#77755E

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

Shades of Kokoda #77755E

Tints of Kokoda #77755E

Color information

#77755E (or 0x77755E) is unknown color: approx Kokoda. HEX triplet: 77, 75 and 5E. RGB value is (119,117,94). Sum of RGB (Red+Green+Blue) = 119+117+94=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #77755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77755E is #888AA1. Grayscale: #737373. Windows color (decimal): -8948386 or 6190455. OLE color: 6190455.

HSL color Cylindrical-coordinate representation of color #77755E: hue angle of 55.2º 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 #77755E is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB11911794-
CMYK00.020.210.53
HSL55.2º11.74%41.76%-
HSV(B)55.2º21.01%46.67%-
XYZ15.9917.4513.12-
YUV114.98116.16130.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=36.06%
G=35.45%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191179400.020.210.5355.211.7441.76
Hex77755E02153537c2a
Octal167165136022565671452
Binary111011111101011011110010101011101011101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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