#777452

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

Shades of Kokoda #777452

Tints of Kokoda #777452

Color information

#777452 (or 0x777452) is unknown color: approx Kokoda. HEX triplet: 77, 74 and 52. RGB value is (119,116,82). Sum of RGB (Red+Green+Blue) = 119+116+82=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #777452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777452 is #888BAD. Grayscale: #717171. Windows color (decimal): -8948654 or 5403767. OLE color: 5403767.

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

Color convert

RGB11911682-
CMYK00.030.310.53
HSL55.14º18.41%39.41%-
HSV(B)55.14º31.09%46.67%-
XYZ15.3817.0210.46-
YUV113.02110.49132.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=37.54%
G=36.59%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191168200.030.310.5355.1418.4139.41
Hex777452031F35371227
Octal167164122033765672247
Binary1110111111010010100100111111111010111011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777452; }

 p { color: rgb(119,116,82); }

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

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

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

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

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

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

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