Html Css Color HEX #7A0207 Sangria

📋 copy color: '#7A0207'

red 122 ◦ green 2 ◦ blue 7

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

Shades of Sangria #7A0207

Tints of Sangria #7A0207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

 BLUE value IS 7 (3.13% from 255) = 5.34%

R = 93.13%
G = 1.53%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#7A0207 (or 0x7A0207) is known color: Sangria. HEX triplet: 7A, 02 and 07. RGB value is (122,2,7). Sum of RGB (Red+Green+Blue) = 122+2+7=131 (17% of max value = 765). Red value is 122 (48.05% from 255 or 93.13% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0207 is #85FDF8. Grayscale: #262626. Windows color (decimal): -8781305 or 459386. OLE color: 459386.

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

Color convert

RGB 122 2 7 -
CMYK 0 0.98 0.94 0.52
HSL 357.5º 0.97% 0.24% -
HSV(B) 357.5º 0.98% 0.48% -
XYZ 8.09 4.2 0.58 -
YUV 38.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 122 2 7 0 0.98 0.94 0.52 357.5 0.97 0.24
Hex 7A 2 7 0 62 5E 34 166 61 18
Octal 172 2 7 0 142 136 64 546 141 30
Binary 1111010 10 111 0 1100010 1011110 110100 101100110 1100001 11000

Color Harmonies of #7A0207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0207

Black with #7A0207

Text Example


Text Example

White with #7A0207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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