Html Css Color HEX #786148 Domino

📋 copy color: '#786148'

red 120 ◦ green 97 ◦ blue 72

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

Shades of Domino #786148

Tints of Domino #786148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

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

R = 41.52%
G = 33.56%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#786148 (or 0x786148) is known color: Domino. HEX triplet: 78, 61 and 48. RGB value is (120,97,72). Sum of RGB (Red+Green+Blue) = 120+97+72=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #786148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786148 is #879EB7. Grayscale: #656565. Windows color (decimal): -8887992 or 4743544. OLE color: 4743544.

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

Color convert

RGB 120 97 72 -
CMYK 0 0.19 0.40 0.53
HSL 31.25º 0.25% 0.38% -
HSV(B) 31.25º 0.4% 0.47% -
XYZ 13.19 13.01 7.95 -
YUV 101.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 120 97 72 0 0.19 0.40 0.53 31.25 0.25 0.38
Hex 78 61 48 0 13 28 35 1F 19 26
Octal 170 141 110 0 23 50 65 37 31 46
Binary 1111000 1100001 1001000 0 10011 101000 110101 11111 11001 100110

Color Harmonies of #786148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786148

Black with #786148

Text Example


Text Example

White with #786148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786148; }

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

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

background-color css

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

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

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

border-color css

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

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

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