#7A0507

Color #7A0507 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #7A0507

Tints of Sangria #7A0507

Color information

#7A0507 (or 0x7A0507) is unknown color: approx Sangria. HEX triplet: 7A, 05 and 07. RGB value is (122,5,7). Sum of RGB (Red+Green+Blue) = 122+5+7=134 (17% of max value = 765). Red value is 122 (48.05% from 255 or 91.04% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0507 is #85FAF8. Grayscale: #282828. Windows color (decimal): -8780537 or 460154. OLE color: 460154.

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

Color convert

RGB12257-
CMYK00.960.940.52
HSL358.97º92.13%24.9%-
HSV(B)358.97º95.9%47.84%-
XYZ8.124.260.6-
YUV40.21109.26186.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 91.04%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 7 (3.12% from 255) = 5.22%
R=91.04%
G=3.73%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225700.960.940.52358.9792.1324.9
Hex7A570605E341675c19
Octal1725701401366454713431
Binary1111010101111011000001011110110100101100111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A0507;
 }
 .AnyTagClassName
 {
   color: #7A0507;
 }
</style>
background-color css

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

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

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

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

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

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