Html Css Color HEX #776149 Domino

📋 copy color: '#776149'

red 119 ◦ green 97 ◦ blue 73

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

Shades of Domino #776149

Tints of Domino #776149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

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

R = 41.18%
G = 33.56%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776149 (or 0x776149) is known color: Domino. HEX triplet: 77, 61 and 49. RGB value is (119,97,73). Sum of RGB (Red+Green+Blue) = 119+97+73=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #776149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776149 is #889EB6. Grayscale: #646464. Windows color (decimal): -8953527 or 4809079. OLE color: 4809079.

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

Color convert

RGB 119 97 73 -
CMYK 0 0.18 0.39 0.53
HSL 31.3º 0.24% 0.38% -
HSV(B) 31.3º 0.39% 0.47% -
XYZ 13.09 12.95 8.11 -
YUV 100.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 119 97 73 0 0.18 0.39 0.53 31.3 0.24 0.38
Hex 77 61 49 0 12 27 35 1F 18 26
Octal 167 141 111 0 22 47 65 37 30 46
Binary 1110111 1100001 1001001 0 10010 100111 110101 11111 11000 100110

Color Harmonies of #776149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776149

Black with #776149

Text Example


Text Example

White with #776149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776149; }

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

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

background-color css

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

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

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

border-color css

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

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

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