#76735E

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

Shades of Kokoda #76735E

Tints of Kokoda #76735E

Color information

#76735E (or 0x76735E) is unknown color: approx Kokoda. HEX triplet: 76, 73 and 5E. RGB value is (118,115,94). Sum of RGB (Red+Green+Blue) = 118+115+94=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #76735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76735E is #898CA1. Grayscale: #717171. Windows color (decimal): -9014434 or 6189942. OLE color: 6189942.

HSL color Cylindrical-coordinate representation of color #76735E: hue angle of 52.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 #76735E is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB11811594-
CMYK00.030.200.54
HSL52.5º11.32%41.57%-
HSV(B)52.5º20.34%46.27%-
XYZ15.6216.9213.03-
YUV113.5116.99131.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=36.09%
G=35.17%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181159400.030.200.5452.511.3241.57
Hex76735E03143634b2a
Octal166163136032466641352
Binary111011011100111011110011101001101101101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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