Html Css Color HEX #78070D Sangria

📋 copy color: '#78070D'

red 120 ◦ green 7 ◦ blue 13

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

Shades of Sangria #78070D

Tints of Sangria #78070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5%

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 85.71%
G = 5%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78070D (or 0x78070D) is known color: Sangria. HEX triplet: 78, 07 and 0D. RGB value is (120,7,13). Sum of RGB (Red+Green+Blue) = 120+7+13=140 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.71% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 120 - color contains mainly: red. Hex color #78070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78070D is #87F8F2. Grayscale: #292929. Windows color (decimal): -8911091 or 853880. OLE color: 853880.

HSL color Cylindrical-coordinate representation of color #78070D: hue angle of 356.81º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78070D is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 7 13 -
CMYK 0 0.94 0.89 0.53
HSL 356.81º 0.89% 0.25% -
HSV(B) 356.81º 0.94% 0.47% -
XYZ 7.89 4.17 0.77 -
YUV 41.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 120 7 13 0 0.94 0.89 0.53 356.81 0.89 0.25
Hex 78 7 D 0 5E 59 35 165 59 19
Octal 170 7 15 0 136 131 65 545 131 31
Binary 1111000 111 1101 0 1011110 1011001 110101 101100101 1011001 11001

Color Harmonies of #78070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78070D

Black with #78070D

Text Example


Text Example

White with #78070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78070D; }

 p { color: rgb(120,7,13); }

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

background-color css

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

 a { background-color: rgb(120,7,13); }

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

border-color css

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

 span { border-color: rgb(120,7,13); }

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