#75744F

Color #75744F Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #75744F

Tints of Kokoda #75744F

Color information

#75744F (or 0x75744F) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 4F. RGB value is (117,116,79). Sum of RGB (Red+Green+Blue) = 117+116+79=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75744F is #8A8BB0. Grayscale: #707070. Windows color (decimal): -9079729 or 5207157. OLE color: 5207157.

HSL color Cylindrical-coordinate representation of color #75744F: hue angle of 58.42º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75744F is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB11711679-
CMYK00.010.320.54
HSL58.42º19.39%38.43%-
HSV(B)58.42º32.48%45.88%-
XYZ14.9916.849.86-
YUV112.08109.33131.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 79 (31.25% from 255) = 25.32%
R=37.5%
G=37.18%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171167900.010.320.5458.4219.3938.43
Hex75744F0120363a1326
Octal165164117014066722346
Binary1110101111010010011110110000011011011101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75744F; }

 p { color: rgb(117,116,79); }

 H1.HeaderClassName
 {
   color: #75744F;
 }
 .AnyTagClassName
 {
   color: #75744F;
 }
</style>
background-color css

<style>
 a { background-color: #75744F; }

 a { background-color: rgb(117,116,79); }

 div.DivClassName
 {
   background-color: #75744F;
 }
 .BgClassName
 {
   background-color: #75744F;
 }
</style>
border-color css

<style>
 span { border-color: #75744F; }

 span { border-color: rgb(117,116,79); }

 td.TdClassName
 {
   border-color: #75744F;
 }
 .TagClassName
 {
   border-color: #75744F;
 }
</style>