Html Css Color HEX #777759 Kokoda

📋 copy color: '#777759'

red 119 ◦ green 119 ◦ blue 89

#777759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kokoda #777759

Tints of Kokoda #777759

RGB

 RED value IS 119 (46.88% from 255) = 36.39%

 GREEN value IS 119 (46.88% from 255) = 36.39%

 BLUE value IS 89 (35.16% from 255) = 27.22%

R = 36.39%
G = 36.39%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#777759 (or 0x777759) is known color: Kokoda. HEX triplet: 77, 77 and 59. RGB value is (119,119,89). Sum of RGB (Red+Green+Blue) = 119+119+89=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777759 is #8888A6. Grayscale: #737373. Windows color (decimal): -8947879 or 5863287. OLE color: 5863287.

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

Color convert

RGB 119 119 89 -
CMYK 0 0 0.25 0.53
HSL 60º 0.14% 0.41% -
HSV(B) 60º 0.25% 0.47% -
XYZ 16.01 17.84 12.05 -
YUV 115.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 119 119 89 0 0 0.25 0.53 60 0.14 0.41
Hex 77 77 59 0 0 19 35 3C E 29
Octal 167 167 131 0 0 31 65 74 16 51
Binary 1110111 1110111 1011001 0 0 11001 110101 111100 1110 101001

Color Harmonies of #777759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777759

Black with #777759

Text Example


Text Example

White with #777759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777759; }

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

 H1.HeaderClassName
 {
   color: #777759;
 }
 .AnyTagClassName
 {
   color: #777759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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