Html Css Color HEX #777456 Kokoda

📋 copy color: '#777456'

red 119 ◦ green 116 ◦ blue 86

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

Shades of Kokoda #777456

Tints of Kokoda #777456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

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

R = 37.07%
G = 36.14%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#777456 (or 0x777456) is known color: Kokoda. HEX triplet: 77, 74 and 56. RGB value is (119,116,86). Sum of RGB (Red+Green+Blue) = 119+116+86=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #777456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777456 is #888BA9. Grayscale: #717171. Windows color (decimal): -8948650 or 5665911. OLE color: 5665911.

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

Color convert

RGB 119 116 86 -
CMYK 0 0.03 0.28 0.53
HSL 54.55º 0.16% 0.4% -
HSV(B) 54.55º 0.28% 0.47% -
XYZ 15.53 17.08 11.28 -
YUV 113.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 119 116 86 0 0.03 0.28 0.53 54.55 0.16 0.4
Hex 77 74 56 0 3 1C 35 37 10 28
Octal 167 164 126 0 3 34 65 67 20 50
Binary 1110111 1110100 1010110 0 11 11100 110101 110111 10000 101000

Color Harmonies of #777456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777456

Black with #777456

Text Example


Text Example

White with #777456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777456; }

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

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

background-color css

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

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

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

border-color css

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

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

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