#77765E

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

Shades of Kokoda #77765E

Tints of Kokoda #77765E

Color information

#77765E (or 0x77765E) is unknown color: approx Kokoda. HEX triplet: 77, 76 and 5E. RGB value is (119,118,94). Sum of RGB (Red+Green+Blue) = 119+118+94=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #77765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77765E is #8889A1. Grayscale: #737373. Windows color (decimal): -8948130 or 6190711. OLE color: 6190711.

HSL color Cylindrical-coordinate representation of color #77765E: hue angle of 57.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77765E is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB11911894-
CMYK00.010.210.53
HSL57.6º11.74%41.76%-
HSV(B)57.6º21.01%46.67%-
XYZ16.1117.6913.15-
YUV115.56115.83130.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=35.95%
G=35.65%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191189400.010.210.5357.611.7441.76
Hex77765E0115353ac2a
Octal167166136012565721452
Binary11101111110110101111001101011101011110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77765E; }

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

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

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

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

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

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

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

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