#777650

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

Shades of Kokoda #777650

Tints of Kokoda #777650

Color information

#777650 (or 0x777650) is unknown color: approx Kokoda. HEX triplet: 77, 76 and 50. RGB value is (119,118,80). Sum of RGB (Red+Green+Blue) = 119+118+80=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #777650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777650 is #8889AF. Grayscale: #727272. Windows color (decimal): -8948144 or 5273207. OLE color: 5273207.

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

Color convert

RGB11911880-
CMYK00.010.330.53
HSL58.46º19.6%39.02%-
HSV(B)58.46º32.77%46.67%-
XYZ15.5317.4610.14-
YUV113.97108.83131.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=37.54%
G=37.22%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191188000.010.330.5358.4619.639.02
Hex7776500121353a1427
Octal167166120014165722447
Binary1110111111011010100000110000111010111101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777650; }

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

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

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

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

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

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

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

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