Html Css Color HEX #780108 Sangria

📋 copy color: '#780108'

red 120 ◦ green 1 ◦ blue 8

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

Shades of Sangria #780108

Tints of Sangria #780108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.2%

R = 93.02%
G = 0.78%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#780108 (or 0x780108) is known color: Sangria. HEX triplet: 78, 01 and 08. RGB value is (120,1,8). Sum of RGB (Red+Green+Blue) = 120+1+8=129 (17% of max value = 765). Red value is 120 (47.27% from 255 or 93.02% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 120 - color contains mainly: red. Hex color #780108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780108 is #87FEF7. Grayscale: #252525. Windows color (decimal): -8912632 or 524664. OLE color: 524664.

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

Color convert

RGB 120 1 8 -
CMYK 0 0.99 0.93 0.53
HSL 356.47º 0.98% 0.24% -
HSV(B) 356.47º 0.99% 0.47% -
XYZ 7.8 4.03 0.6 -
YUV 37.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 120 1 8 0 0.99 0.93 0.53 356.47 0.98 0.24
Hex 78 1 8 0 63 5D 35 164 62 18
Octal 170 1 10 0 143 135 65 544 142 30
Binary 1111000 1 1000 0 1100011 1011101 110101 101100100 1100010 11000

Color Harmonies of #780108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780108

Black with #780108

Text Example


Text Example

White with #780108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780108; }

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

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

background-color css

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

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

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

border-color css

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

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

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