Html Css Color HEX #79070C Sangria

📋 copy color: '#79070C'

red 121 ◦ green 7 ◦ blue 12

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

Shades of Sangria #79070C

Tints of Sangria #79070C

RGB

 RED value IS 121 (47.66% from 255) = 86.43%

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

 BLUE value IS 12 (5.08% from 255) = 8.57%

R = 86.43%
G = 5%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79070C (or 0x79070C) is known color: Sangria. HEX triplet: 79, 07 and 0C. RGB value is (121,7,12). Sum of RGB (Red+Green+Blue) = 121+7+12=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #79070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79070C is #86F8F3. Grayscale: #292929. Windows color (decimal): -8845556 or 788345. OLE color: 788345.

HSL color Cylindrical-coordinate representation of color #79070C: hue angle of 357.37º 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 #79070C is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 7 12 -
CMYK 0 0.94 0.90 0.53
HSL 357.37º 0.89% 0.25% -
HSV(B) 357.37º 0.94% 0.47% -
XYZ 8.03 4.24 0.74 -
YUV 41.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 121 7 12 0 0.94 0.90 0.53 357.37 0.89 0.25
Hex 79 7 C 0 5E 5A 35 165 59 19
Octal 171 7 14 0 136 132 65 545 131 31
Binary 1111001 111 1100 0 1011110 1011010 110101 101100101 1011001 11001

Color Harmonies of #79070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79070C

Black with #79070C

Text Example


Text Example

White with #79070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79070C; }

 p { color: rgb(121,7,12); }

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

background-color css

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

 a { background-color: rgb(121,7,12); }

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

border-color css

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

 span { border-color: rgb(121,7,12); }

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