#777761

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

Shades of Kokoda #777761

Tints of Kokoda #777761

Color information

#777761 (or 0x777761) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 61. RGB value is (119,119,97). Sum of RGB (Red+Green+Blue) = 119+119+97=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777761 is #88889E. Grayscale: #747474. Windows color (decimal): -8947871 or 6387575. OLE color: 6387575.

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

Color convert

RGB11911997-
CMYK000.180.53
HSL60º10.19%42.35%-
HSV(B)60º18.49%46.67%-
XYZ16.3617.9813.92-
YUV116.49117129.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=35.52%
G=35.52%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911997000.180.536010.1942.35
Hex7777610012353ca2a
Octal167167141002265741252
Binary11101111110111110000100100101101011111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777761; }

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

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

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

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

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

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

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

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