#76755F

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

Shades of Kokoda #76755F

Tints of Kokoda #76755F

Color information

#76755F (or 0x76755F) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 5F. RGB value is (118,117,95). Sum of RGB (Red+Green+Blue) = 118+117+95=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #76755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76755F is #898AA0. Grayscale: #727272. Windows color (decimal): -9013921 or 6255990. OLE color: 6255990.

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

Color convert

RGB11811795-
CMYK00.010.190.54
HSL57.39º10.8%41.76%-
HSV(B)57.39º19.49%46.27%-
XYZ15.917.413.35-
YUV114.79116.83130.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=35.76%
G=35.45%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181179500.010.190.5457.3910.841.76
Hex76755F01133639b2a
Octal166165137012366711352
Binary11101101110101101111101100111101101110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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