#77775F

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

Shades of Kokoda #77775F

Tints of Kokoda #77775F

Color information

#77775F (or 0x77775F) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 5F. RGB value is (119,119,95). Sum of RGB (Red+Green+Blue) = 119+119+95=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77775F is #8888A0. Grayscale: #747474. Windows color (decimal): -8947873 or 6256503. OLE color: 6256503.

HSL color Cylindrical-coordinate representation of color #77775F: hue angle of 60º 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 #77775F is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11911995-
CMYK000.200.53
HSL60º11.21%41.96%-
HSV(B)60º20.17%46.67%-
XYZ16.2717.9413.43-
YUV116.26116129.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=35.74%
G=35.74%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911995000.200.536011.2141.96
Hex77775F0014353cb2a
Octal167167137002465741352
Binary11101111110111101111100101001101011111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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