#75745E

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

Shades of Kokoda #75745E

Tints of Kokoda #75745E

Color information

#75745E (or 0x75745E) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 5E. RGB value is (117,116,94). Sum of RGB (Red+Green+Blue) = 117+116+94=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #75745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75745E is #8A8BA1. Grayscale: #717171. Windows color (decimal): -9079714 or 6190197. OLE color: 6190197.

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

Color convert

RGB11711694-
CMYK00.010.200.54
HSL57.39º10.9%41.37%-
HSV(B)57.39º19.66%45.88%-
XYZ15.617.0813.06-
YUV113.79116.83130.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=35.78%
G=35.47%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171169400.010.200.5457.3910.941.37
Hex75745E01143639b29
Octal165164136012466711351
Binary11101011110100101111001101001101101110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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