Html Css Color HEX #786048 Domino

📋 copy color: '#786048'

red 120 ◦ green 96 ◦ blue 72

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

Shades of Domino #786048

Tints of Domino #786048

RGB

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

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

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

R = 41.67%
G = 33.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#786048 (or 0x786048) is known color: Domino. HEX triplet: 78, 60 and 48. RGB value is (120,96,72). Sum of RGB (Red+Green+Blue) = 120+96+72=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #786048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786048 is #879FB7. Grayscale: #646464. Windows color (decimal): -8888248 or 4743288. OLE color: 4743288.

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

Color convert

RGB 120 96 72 -
CMYK 0 0.2 0.40 0.53
HSL 30º 0.25% 0.38% -
HSV(B) 30º 0.4% 0.47% -
XYZ 13.1 12.83 7.92 -
YUV 100.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 120 96 72 0 0.2 0.40 0.53 30 0.25 0.38
Hex 78 60 48 0 14 28 35 1E 19 26
Octal 170 140 110 0 24 50 65 36 31 46
Binary 1111000 1100000 1001000 0 10100 101000 110101 11110 11001 100110

Color Harmonies of #786048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786048

Black with #786048

Text Example


Text Example

White with #786048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786048; }

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

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

background-color css

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

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

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

border-color css

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

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

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