#777764

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

Shades of Kokoda #777764

Tints of Kokoda #777764

Color information

#777764 (or 0x777764) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 64. RGB value is (119,119,100). Sum of RGB (Red+Green+Blue) = 119+119+100=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777764 is #88889B. Grayscale: #747474. Windows color (decimal): -8947868 or 6584183. OLE color: 6584183.

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

Color convert

RGB119119100-
CMYK000.160.53
HSL60º8.68%42.94%-
HSV(B)60º15.97%46.67%-
XYZ16.518.0414.67-
YUV116.83118.5129.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=35.21%
G=35.21%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119119100000.160.53608.6842.94
Hex7777640010353c92b
Octal167167144002065741153
Binary11101111110111110010000100001101011111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777764; }

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

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

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

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

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

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

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

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