#77774C

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

Shades of Kokoda #77774C

Tints of Kokoda #77774C

Color information

#77774C (or 0x77774C) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 4C. RGB value is (119,119,76). Sum of RGB (Red+Green+Blue) = 119+119+76=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77774C is #8888B3. Grayscale: #727272. Windows color (decimal): -8947892 or 5011319. OLE color: 5011319.

HSL color Cylindrical-coordinate representation of color #77774C: hue angle of 60º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77774C is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB11911976-
CMYK000.360.53
HSL60º22.05%38.24%-
HSV(B)60º36.13%46.67%-
XYZ15.5117.649.42-
YUV114.1106.5131.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=37.90%
G=37.90%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911976000.360.536022.0538.24
Hex77774C0024353c1626
Octal167167114004465742646
Binary1110111111011110011000010010011010111110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77774C; }

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

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

<style>
 a { background-color: #77774C; }

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

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

<style>
 span { border-color: #77774C; }

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

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