Html Css Color HEX #776048 Domino

📋 copy color: '#776048'

red 119 ◦ green 96 ◦ blue 72

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

Shades of Domino #776048

Tints of Domino #776048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

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

R = 41.46%
G = 33.45%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776048 (or 0x776048) is known color: Domino. HEX triplet: 77, 60 and 48. RGB value is (119,96,72). Sum of RGB (Red+Green+Blue) = 119+96+72=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776048 is #889FB7. Grayscale: #646464. Windows color (decimal): -8953784 or 4743287. OLE color: 4743287.

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

Color convert

RGB 119 96 72 -
CMYK 0 0.19 0.39 0.53
HSL 30.64º 0.25% 0.37% -
HSV(B) 30.64º 0.39% 0.47% -
XYZ 12.96 12.76 7.91 -
YUV 100.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 119 96 72 0 0.19 0.39 0.53 30.64 0.25 0.37
Hex 77 60 48 0 13 27 35 1F 19 25
Octal 167 140 110 0 23 47 65 37 31 45
Binary 1110111 1100000 1001000 0 10011 100111 110101 11111 11001 100101

Color Harmonies of #776048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776048

Black with #776048

Text Example


Text Example

White with #776048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776048; }

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

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

background-color css

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

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

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

border-color css

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

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

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