#76755A

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

Shades of Kokoda #76755A

Tints of Kokoda #76755A

Color information

#76755A (or 0x76755A) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 5A. RGB value is (118,117,90). Sum of RGB (Red+Green+Blue) = 118+117+90=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76755A is #898AA5. Grayscale: #727272. Windows color (decimal): -9013926 or 5928310. OLE color: 5928310.

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

Color convert

RGB11811790-
CMYK00.010.240.54
HSL57.86º13.46%40.78%-
HSV(B)57.86º23.73%46.27%-
XYZ15.6817.3112.19-
YUV114.22114.33130.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=36.31%
G=36%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181179000.010.240.5457.8613.4640.78
Hex76755A0118363ad29
Octal166165132013066721551
Binary11101101110101101101001110001101101110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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