#777762

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

Shades of Kokoda #777762

Tints of Kokoda #777762

Color information

#777762 (or 0x777762) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 62. RGB value is (119,119,98). Sum of RGB (Red+Green+Blue) = 119+119+98=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777762 is #88889D. Grayscale: #747474. Windows color (decimal): -8947870 or 6453111. OLE color: 6453111.

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

Color convert

RGB11911998-
CMYK000.180.53
HSL60º9.68%42.55%-
HSV(B)60º17.65%46.67%-
XYZ16.411814.16-
YUV116.61117.5129.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=35.42%
G=35.42%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911998000.180.53609.6842.55
Hex7777620012353ca2b
Octal167167142002265741253
Binary11101111110111110001000100101101011111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777762; }

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

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

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

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

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

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

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

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