#77764C

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

Shades of Kokoda #77764C

Tints of Kokoda #77764C

Color information

#77764C (or 0x77764C) is unknown color: approx Kokoda. HEX triplet: 77, 76 and 4C. RGB value is (119,118,76). Sum of RGB (Red+Green+Blue) = 119+118+76=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #77764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77764C is #8889B3. Grayscale: #717171. Windows color (decimal): -8948148 or 5011063. OLE color: 5011063.

HSL color Cylindrical-coordinate representation of color #77764C: hue angle of 58.6º 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 #77764C is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB11911876-
CMYK00.010.360.53
HSL58.6º22.05%38.24%-
HSV(B)58.6º36.13%46.67%-
XYZ15.3917.49.38-
YUV113.51106.83131.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=38.02%
G=37.70%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191187600.010.360.5358.622.0538.24
Hex77764C0124353b1626
Octal167166114014465732646
Binary1110111111011010011000110010011010111101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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