#76755E

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

Shades of Kokoda #76755E

Tints of Kokoda #76755E

Color information

#76755E (or 0x76755E) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 5E. RGB value is (118,117,94). Sum of RGB (Red+Green+Blue) = 118+117+94=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #76755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76755E is #898AA1. Grayscale: #727272. Windows color (decimal): -9013922 or 6190454. OLE color: 6190454.

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

Color convert

RGB11811794-
CMYK00.010.200.54
HSL57.5º11.32%41.57%-
HSV(B)57.5º20.34%46.27%-
XYZ15.8517.3813.11-
YUV114.68116.33130.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=35.87%
G=35.56%
B=28.57%

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
Decimal1181179400.010.200.5457.511.3241.57
Hex76755E0114363ab2a
Octal166165136012466721352
Binary11101101110101101111001101001101101110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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