Html Css Color HEX #777756 Kokoda

📋 copy color: '#777756'

red 119 ◦ green 119 ◦ blue 86

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

Shades of Kokoda #777756

Tints of Kokoda #777756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.54%

R = 36.73%
G = 36.73%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#777756 (or 0x777756) is known color: Kokoda. HEX triplet: 77, 77 and 56. RGB value is (119,119,86). Sum of RGB (Red+Green+Blue) = 119+119+86=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777756 is #8888A9. Grayscale: #737373. Windows color (decimal): -8947882 or 5666679. OLE color: 5666679.

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

Color convert

RGB 119 119 86 -
CMYK 0 0 0.28 0.53
HSL 60º 0.16% 0.4% -
HSV(B) 60º 0.28% 0.47% -
XYZ 15.88 17.79 11.4 -
YUV 115.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 119 119 86 0 0 0.28 0.53 60 0.16 0.4
Hex 77 77 56 0 0 1C 35 3C 10 28
Octal 167 167 126 0 0 34 65 74 20 50
Binary 1110111 1110111 1010110 0 0 11100 110101 111100 10000 101000

Color Harmonies of #777756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777756

Black with #777756

Text Example


Text Example

White with #777756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777756; }

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

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

background-color css

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

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

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

border-color css

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

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

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