#777748

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

Shades of Kokoda #777748

Tints of Kokoda #777748

Color information

#777748 (or 0x777748) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 48. RGB value is (119,119,72). Sum of RGB (Red+Green+Blue) = 119+119+72=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777748 is #8888B7. Grayscale: #717171. Windows color (decimal): -8947896 or 4749175. OLE color: 4749175.

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

Color convert

RGB11911972-
CMYK000.390.53
HSL60º24.61%37.45%-
HSV(B)60º39.5%46.67%-
XYZ15.3717.588.71-
YUV113.64104.5131.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=38.39%
G=38.39%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911972000.390.536024.6137.45
Hex7777480027353c1925
Octal167167110004765743145
Binary1110111111011110010000010011111010111110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777748; }

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

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

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

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

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

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

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

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