Html Css Color HEX #785D4C Domino

📋 copy color: '#785D4C'

red 120 ◦ green 93 ◦ blue 76

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

Shades of Domino #785D4C

Tints of Domino #785D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.18%

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 41.52%
G = 32.18%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#785D4C (or 0x785D4C) is known color: Domino. HEX triplet: 78, 5D and 4C. RGB value is (120,93,76). Sum of RGB (Red+Green+Blue) = 120+93+76=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #785D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D4C is #87A2B3. Grayscale: #636363. Windows color (decimal): -8889012 or 5004664. OLE color: 5004664.

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

Color convert

RGB 120 93 76 -
CMYK 0 0.22 0.37 0.53
HSL 23.18º 0.22% 0.38% -
HSV(B) 23.18º 0.37% 0.47% -
XYZ 12.96 12.34 8.54 -
YUV 99.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 120 93 76 0 0.22 0.37 0.53 23.18 0.22 0.38
Hex 78 5D 4C 0 16 25 35 17 16 26
Octal 170 135 114 0 26 45 65 27 26 46
Binary 1111000 1011101 1001100 0 10110 100101 110101 10111 10110 100110

Color Harmonies of #785D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D4C

Black with #785D4C

Text Example


Text Example

White with #785D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,93,76); }

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

background-color css

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

 a { background-color: rgb(120,93,76); }

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

border-color css

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

 span { border-color: rgb(120,93,76); }

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