#77745F

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

Shades of Kokoda #77745F

Tints of Kokoda #77745F

Color information

#77745F (or 0x77745F) is unknown color: approx Kokoda. HEX triplet: 77, 74 and 5F. RGB value is (119,116,95). Sum of RGB (Red+Green+Blue) = 119+116+95=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #77745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77745F is #888BA0. Grayscale: #727272. Windows color (decimal): -8948641 or 6255735. OLE color: 6255735.

HSL color Cylindrical-coordinate representation of color #77745F: hue angle of 52.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77745F is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11911695-
CMYK00.030.200.53
HSL52.5º11.21%41.96%-
HSV(B)52.5º20.17%46.67%-
XYZ15.9217.2413.31-
YUV114.5116.99131.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=36.06%
G=35.15%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191169500.030.200.5352.511.2141.96
Hex77745F03143534b2a
Octal167164137032465641352
Binary111011111101001011111011101001101011101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,116,95); }

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

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

 a { background-color: rgb(119,116,95); }

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

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

 span { border-color: rgb(119,116,95); }

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