#777648

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

Shades of Kokoda #777648

Tints of Kokoda #777648

Color information

#777648 (or 0x777648) is unknown color: approx Kokoda. HEX triplet: 77, 76 and 48. RGB value is (119,118,72). Sum of RGB (Red+Green+Blue) = 119+118+72=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #777648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777648 is #8889B7. Grayscale: #717171. Windows color (decimal): -8948152 or 4748919. OLE color: 4748919.

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

Color convert

RGB11911872-
CMYK00.010.390.53
HSL58.72º24.61%37.45%-
HSV(B)58.72º39.5%46.67%-
XYZ15.2617.358.68-
YUV113.05104.83132.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=38.51%
G=38.19%
B=23.30%

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
Decimal1191187200.010.390.5358.7224.6137.45
Hex7776480127353b1925
Octal167166110014765733145
Binary1110111111011010010000110011111010111101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777648; }

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

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

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

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

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

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

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

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