Html Css Color HEX #7A070D Sangria

📋 copy color: '#7A070D'

red 122 ◦ green 7 ◦ blue 13

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

Shades of Sangria #7A070D

Tints of Sangria #7A070D

RGB

 RED value IS 122 (48.05% from 255) = 85.92%

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

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

R = 85.92%
G = 4.93%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A070D (or 0x7A070D) is known color: Sangria. HEX triplet: 7A, 07 and 0D. RGB value is (122,7,13). Sum of RGB (Red+Green+Blue) = 122+7+13=142 (18% of max value = 765). Red value is 122 (48.05% from 255 or 85.92% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 122 - color contains mainly: red. Hex color #7A070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A070D is #85F8F2. Grayscale: #2A2A2A. Windows color (decimal): -8780019 or 853882. OLE color: 853882.

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

Color convert

RGB 122 7 13 -
CMYK 0 0.94 0.89 0.52
HSL 356.87º 0.89% 0.25% -
HSV(B) 356.87º 0.94% 0.48% -
XYZ 8.17 4.32 0.78 -
YUV 42.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 122 7 13 0 0.94 0.89 0.52 356.87 0.89 0.25
Hex 7A 7 D 0 5E 59 34 165 59 19
Octal 172 7 15 0 136 131 64 545 131 31
Binary 1111010 111 1101 0 1011110 1011001 110100 101100101 1011001 11001

Color Harmonies of #7A070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A070D

Black with #7A070D

Text Example


Text Example

White with #7A070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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