Html Css Color HEX #777256 Kokoda

📋 copy color: '#777256'

red 119 ◦ green 114 ◦ blue 86

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

Shades of Kokoda #777256

Tints of Kokoda #777256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

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

R = 37.3%
G = 35.74%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#777256 (or 0x777256) is known color: Kokoda. HEX triplet: 77, 72 and 56. RGB value is (119,114,86). Sum of RGB (Red+Green+Blue) = 119+114+86=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #777256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777256 is #888DA9. Grayscale: #707070. Windows color (decimal): -8949162 or 5665399. OLE color: 5665399.

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

Color convert

RGB 119 114 86 -
CMYK 0 0.04 0.28 0.53
HSL 50.91º 0.16% 0.4% -
HSV(B) 50.91º 0.28% 0.47% -
XYZ 15.3 16.63 11.21 -
YUV 112.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 119 114 86 0 0.04 0.28 0.53 50.91 0.16 0.4
Hex 77 72 56 0 4 1C 35 33 10 28
Octal 167 162 126 0 4 34 65 63 20 50
Binary 1110111 1110010 1010110 0 100 11100 110101 110011 10000 101000

Color Harmonies of #777256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777256

Black with #777256

Text Example


Text Example

White with #777256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777256; }

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

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

background-color css

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

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

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

border-color css

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

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

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