#777765

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

Shades of Kokoda #777765

Tints of Kokoda #777765

Color information

#777765 (or 0x777765) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 65. RGB value is (119,119,101). Sum of RGB (Red+Green+Blue) = 119+119+101=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777765 is #88889A. Grayscale: #757575. Windows color (decimal): -8947867 or 6649719. OLE color: 6649719.

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

Color convert

RGB119119101-
CMYK000.150.53
HSL60º8.18%43.14%-
HSV(B)60º15.13%46.67%-
XYZ16.5518.0614.92-
YUV116.95119129.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=35.10%
G=35.10%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119119101000.150.53608.1843.14
Hex77776500F353c82b
Octal167167145001765741053
Binary1110111111011111001010011111101011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777765; }

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

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

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

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

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

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

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

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