#75745A

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

Shades of Kokoda #75745A

Tints of Kokoda #75745A

Color information

#75745A (or 0x75745A) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 5A. RGB value is (117,116,90). Sum of RGB (Red+Green+Blue) = 117+116+90=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #75745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75745A is #8A8BA5. Grayscale: #717171. Windows color (decimal): -9079718 or 5928053. OLE color: 5928053.

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

Color convert

RGB11711690-
CMYK00.010.230.54
HSL57.78º13.04%40.59%-
HSV(B)57.78º23.08%45.88%-
XYZ15.4317.0112.14-
YUV113.34114.83130.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=36.22%
G=35.91%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171169000.010.230.5457.7813.0440.59
Hex75745A0117363ad29
Octal165164132012766721551
Binary11101011110100101101001101111101101110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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