Html Css Color HEX #780106 Sangria

📋 copy color: '#780106'

red 120 ◦ green 1 ◦ blue 6

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

Shades of Sangria #780106

Tints of Sangria #780106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 6 (2.73% from 255) = 4.72%

R = 94.49%
G = 0.79%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#780106 (or 0x780106) is known color: Sangria. HEX triplet: 78, 01 and 06. RGB value is (120,1,6). Sum of RGB (Red+Green+Blue) = 120+1+6=127 (16% of max value = 765). Red value is 120 (47.27% from 255 or 94.49% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 120 - color contains mainly: red. Hex color #780106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780106 is #87FEF9. Grayscale: #252525. Windows color (decimal): -8912634 or 393592. OLE color: 393592.

HSL color Cylindrical-coordinate representation of color #780106: hue angle of 357.48º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780106 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 6 -
CMYK 0 0.99 0.95 0.53
HSL 357.48º 0.98% 0.24% -
HSV(B) 357.48º 0.99% 0.47% -
XYZ 7.79 4.03 0.54 -
YUV 37.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 120 1 6 0 0.99 0.95 0.53 357.48 0.98 0.24
Hex 78 1 6 0 63 5F 35 165 62 18
Octal 170 1 6 0 143 137 65 545 142 30
Binary 1111000 1 110 0 1100011 1011111 110101 101100101 1100010 11000

Color Harmonies of #780106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780106

Black with #780106

Text Example


Text Example

White with #780106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780106; }

 p { color: rgb(120,1,6); }

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

background-color css

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

 a { background-color: rgb(120,1,6); }

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

border-color css

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

 span { border-color: rgb(120,1,6); }

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