Html Css Color HEX #785A49 Domino

📋 copy color: '#785A49'

red 120 ◦ green 90 ◦ blue 73

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

Shades of Domino #785A49

Tints of Domino #785A49

RGB

 RED value IS 120 (47.27% from 255) = 42.4%

 GREEN value IS 90 (35.55% from 255) = 31.8%

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

R = 42.4%
G = 31.8%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#785A49 (or 0x785A49) is known color: Domino. HEX triplet: 78, 5A and 49. RGB value is (120,90,73). Sum of RGB (Red+Green+Blue) = 120+90+73=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #785A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A49 is #87A5B6. Grayscale: #616161. Windows color (decimal): -8889783 or 4807288. OLE color: 4807288.

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

Color convert

RGB 120 90 73 -
CMYK 0 0.25 0.39 0.53
HSL 21.7º 0.24% 0.38% -
HSV(B) 21.7º 0.39% 0.47% -
XYZ 12.6 11.79 7.91 -
YUV 97.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 120 90 73 0 0.25 0.39 0.53 21.7 0.24 0.38
Hex 78 5A 49 0 19 27 35 16 18 26
Octal 170 132 111 0 31 47 65 26 30 46
Binary 1111000 1011010 1001001 0 11001 100111 110101 10110 11000 100110

Color Harmonies of #785A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A49

Black with #785A49

Text Example


Text Example

White with #785A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785A49; }

 p { color: rgb(120,90,73); }

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

background-color css

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

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

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

border-color css

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

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

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