Html Css Color HEX #777356 Kokoda

📋 copy color: '#777356'

red 119 ◦ green 115 ◦ blue 86

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

Shades of Kokoda #777356

Tints of Kokoda #777356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

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

R = 37.19%
G = 35.94%
B = 26.88%

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

#777356 (or 0x777356) is known color: Kokoda. HEX triplet: 77, 73 and 56. RGB value is (119,115,86). Sum of RGB (Red+Green+Blue) = 119+115+86=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #777356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777356 is #888CA9. Grayscale: #717171. Windows color (decimal): -8948906 or 5665655. OLE color: 5665655.

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

Color convert

RGB 119 115 86 -
CMYK 0 0.03 0.28 0.53
HSL 52.73º 0.16% 0.4% -
HSV(B) 52.73º 0.28% 0.47% -
XYZ 15.42 16.86 11.24 -
YUV 112.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 119 115 86 0 0.03 0.28 0.53 52.73 0.16 0.4
Hex 77 73 56 0 3 1C 35 35 10 28
Octal 167 163 126 0 3 34 65 65 20 50
Binary 1110111 1110011 1010110 0 11 11100 110101 110101 10000 101000

Color Harmonies of #777356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777356

Black with #777356

Text Example


Text Example

White with #777356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777356; }

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

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

background-color css

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

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

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

border-color css

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

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

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