Html Css Color HEX #785B48 Domino

📋 copy color: '#785B48'

red 120 ◦ green 91 ◦ blue 72

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

Shades of Domino #785B48

Tints of Domino #785B48

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.16%

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

R = 42.4%
G = 32.16%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#785B48 (or 0x785B48) is known color: Domino. HEX triplet: 78, 5B and 48. RGB value is (120,91,72). Sum of RGB (Red+Green+Blue) = 120+91+72=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #785B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B48 is #87A4B7. Grayscale: #616161. Windows color (decimal): -8889528 or 4742008. OLE color: 4742008.

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

Color convert

RGB 120 91 72 -
CMYK 0 0.24 0.40 0.53
HSL 23.75º 0.25% 0.38% -
HSV(B) 23.75º 0.4% 0.47% -
XYZ 12.66 11.94 7.77 -
YUV 97.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 120 91 72 0 0.24 0.40 0.53 23.75 0.25 0.38
Hex 78 5B 48 0 18 28 35 18 19 26
Octal 170 133 110 0 30 50 65 30 31 46
Binary 1111000 1011011 1001000 0 11000 101000 110101 11000 11001 100110

Color Harmonies of #785B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785B48

Black with #785B48

Text Example


Text Example

White with #785B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,91,72); }

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

background-color css

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

 a { background-color: rgb(120,91,72); }

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

border-color css

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

 span { border-color: rgb(120,91,72); }

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