Html Css Color HEX #776148 Domino

📋 copy color: '#776148'

red 119 ◦ green 97 ◦ blue 72

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

Shades of Domino #776148

Tints of Domino #776148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25%

R = 41.32%
G = 33.68%
B = 25%

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

#776148 (or 0x776148) is known color: Domino. HEX triplet: 77, 61 and 48. RGB value is (119,97,72). Sum of RGB (Red+Green+Blue) = 119+97+72=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776148 is #889EB7. Grayscale: #646464. Windows color (decimal): -8953528 or 4743543. OLE color: 4743543.

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

Color convert

RGB 119 97 72 -
CMYK 0 0.18 0.39 0.53
HSL 31.91º 0.25% 0.37% -
HSV(B) 31.91º 0.39% 0.47% -
XYZ 13.05 12.94 7.94 -
YUV 100.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 119 97 72 0 0.18 0.39 0.53 31.91 0.25 0.37
Hex 77 61 48 0 12 27 35 20 19 25
Octal 167 141 110 0 22 47 65 40 31 45
Binary 1110111 1100001 1001000 0 10010 100111 110101 100000 11001 100101

Color Harmonies of #776148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776148

Black with #776148

Text Example


Text Example

White with #776148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776148; }

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

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

background-color css

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

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

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

border-color css

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

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

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