#75745C

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

Shades of Kokoda #75745C

Tints of Kokoda #75745C

Color information

#75745C (or 0x75745C) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 5C. RGB value is (117,116,92). Sum of RGB (Red+Green+Blue) = 117+116+92=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #75745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75745C is #8A8BA3. Grayscale: #717171. Windows color (decimal): -9079716 or 6059125. OLE color: 6059125.

HSL color Cylindrical-coordinate representation of color #75745C: hue angle of 57.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75745C is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB11711692-
CMYK00.010.210.54
HSL57.6º11.96%40.98%-
HSV(B)57.6º21.37%45.88%-
XYZ15.5117.0512.6-
YUV113.56115.83130.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=36%
G=35.69%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171169200.010.210.5457.611.9640.98
Hex75745C0115363ac29
Octal165164134012566721451
Binary11101011110100101110001101011101101110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75745C; }

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

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

<style>
 a { background-color: #75745C; }

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

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

<style>
 span { border-color: #75745C; }

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

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