Html Css Color HEX #777656 Kokoda

📋 copy color: '#777656'

red 119 ◦ green 118 ◦ blue 86

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

Shades of Kokoda #777656

Tints of Kokoda #777656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

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

R = 36.84%
G = 36.53%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#777656 (or 0x777656) is known color: Kokoda. HEX triplet: 77, 76 and 56. RGB value is (119,118,86). Sum of RGB (Red+Green+Blue) = 119+118+86=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #777656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777656 is #8889A9. Grayscale: #727272. Windows color (decimal): -8948138 or 5666423. OLE color: 5666423.

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

Color convert

RGB 119 118 86 -
CMYK 0 0.01 0.28 0.53
HSL 58.18º 0.16% 0.4% -
HSV(B) 58.18º 0.28% 0.47% -
XYZ 15.77 17.55 11.36 -
YUV 114.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 119 118 86 0 0.01 0.28 0.53 58.18 0.16 0.4
Hex 77 76 56 0 1 1C 35 3A 10 28
Octal 167 166 126 0 1 34 65 72 20 50
Binary 1110111 1110110 1010110 0 1 11100 110101 111010 10000 101000

Color Harmonies of #777656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777656

Black with #777656

Text Example


Text Example

White with #777656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777656; }

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

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

background-color css

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

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

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

border-color css

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

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

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