#777649

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

Shades of Kokoda #777649

Tints of Kokoda #777649

Color information

#777649 (or 0x777649) is unknown color: approx Kokoda. HEX triplet: 77, 76 and 49. RGB value is (119,118,73). Sum of RGB (Red+Green+Blue) = 119+118+73=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #777649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777649 is #8889B6. Grayscale: #717171. Windows color (decimal): -8948151 or 4814455. OLE color: 4814455.

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

Color convert

RGB11911873-
CMYK00.010.390.53
HSL58.7º23.96%37.65%-
HSV(B)58.7º38.66%46.67%-
XYZ15.2917.368.85-
YUV113.17105.33132.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=38.39%
G=38.06%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191187300.010.390.5358.723.9637.65
Hex7776490127353b1826
Octal167166111014765733046
Binary1110111111011010010010110011111010111101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777649; }

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

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

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

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

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

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

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

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