#777661

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

Shades of Kokoda #777661

Tints of Kokoda #777661

Color information

#777661 (or 0x777661) is unknown color: approx Kokoda. HEX triplet: 77, 76 and 61. RGB value is (119,118,97). Sum of RGB (Red+Green+Blue) = 119+118+97=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #777661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777661 is #88899E. Grayscale: #737373. Windows color (decimal): -8948127 or 6387319. OLE color: 6387319.

HSL color Cylindrical-coordinate representation of color #777661: hue angle of 57.27º 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 #777661 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB11911897-
CMYK00.010.180.53
HSL57.27º10.19%42.35%-
HSV(B)57.27º18.49%46.67%-
XYZ16.2417.7413.88-
YUV115.9117.33130.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=35.63%
G=35.33%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191189700.010.180.5357.2710.1942.35
Hex77766101123539a2a
Octal167166141012265711252
Binary11101111110110110000101100101101011110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777661; }

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

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

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

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

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

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

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

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