Html Css Color HEX #777749 Kokoda

📋 copy color: '#777749'

red 119 ◦ green 119 ◦ blue 73

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

Shades of Kokoda #777749

Tints of Kokoda #777749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 38.26%
G = 38.26%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#777749 (or 0x777749) is known color: Kokoda. HEX triplet: 77, 77 and 49. RGB value is (119,119,73). Sum of RGB (Red+Green+Blue) = 119+119+73=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777749 is #8888B6. Grayscale: #717171. Windows color (decimal): -8947895 or 4814711. OLE color: 4814711.

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

Color convert

RGB 119 119 73 -
CMYK 0 0 0.39 0.53
HSL 60º 0.24% 0.38% -
HSV(B) 60º 0.39% 0.47% -
XYZ 15.41 17.6 8.89 -
YUV 113.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 119 119 73 0 0 0.39 0.53 60 0.24 0.38
Hex 77 77 49 0 0 27 35 3C 18 26
Octal 167 167 111 0 0 47 65 74 30 46
Binary 1110111 1110111 1001001 0 0 100111 110101 111100 11000 100110

Color Harmonies of #777749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777749

Black with #777749

Text Example


Text Example

White with #777749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777749; }

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

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

background-color css

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

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

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

border-color css

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

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

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