#77765A

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

Shades of Kokoda #77765A

Tints of Kokoda #77765A

Color information

#77765A (or 0x77765A) is unknown color: approx Kokoda. HEX triplet: 77, 76 and 5A. RGB value is (119,118,90). Sum of RGB (Red+Green+Blue) = 119+118+90=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #77765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77765A is #8889A5. Grayscale: #737373. Windows color (decimal): -8948134 or 5928567. OLE color: 5928567.

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

Color convert

RGB11911890-
CMYK00.010.240.53
HSL57.93º13.88%40.98%-
HSV(B)57.93º24.37%46.67%-
XYZ15.9317.6212.23-
YUV115.11113.83130.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=36.39%
G=36.09%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191189000.010.240.5357.9313.8840.98
Hex77765A0118353ae29
Octal167166132013065721651
Binary11101111110110101101001110001101011110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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