#75745B

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

Shades of Kokoda #75745B

Tints of Kokoda #75745B

Color information

#75745B (or 0x75745B) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 5B. RGB value is (117,116,91). Sum of RGB (Red+Green+Blue) = 117+116+91=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #75745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75745B is #8A8BA4. Grayscale: #717171. Windows color (decimal): -9079717 or 5993589. OLE color: 5993589.

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

Color convert

RGB11711691-
CMYK00.010.220.54
HSL57.69º12.5%40.78%-
HSV(B)57.69º22.22%45.88%-
XYZ15.4717.0312.37-
YUV113.45115.33130.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=36.11%
G=35.80%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171169100.010.220.5457.6912.540.78
Hex75745B0116363ac29
Octal165164133012666721451
Binary11101011110100101101101101101101101110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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