#7A070C

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

Shades of Sangria #7A070C

Tints of Sangria #7A070C

Color information

#7A070C (or 0x7A070C) is unknown color: approx Sangria. HEX triplet: 7A, 07 and 0C. RGB value is (122,7,12). Sum of RGB (Red+Green+Blue) = 122+7+12=141 (18% of max value = 765). Red value is 122 (48.05% from 255 or 86.52% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 122 - color contains mainly: red. Hex color #7A070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A070C is #85F8F3. Grayscale: #2A2A2A. Windows color (decimal): -8780020 or 788346. OLE color: 788346.

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

Color convert

RGB122712-
CMYK00.940.900.52
HSL357.39º89.15%25.29%-
HSV(B)357.39º94.26%47.84%-
XYZ8.174.320.75-
YUV41.96111.1185.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 86.52%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=86.52%
G=4.96%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12271200.940.900.52357.3989.1525.29
Hex7A7C05E5A341655919
Octal17271401361326454513131
Binary11110101111100010111101011010110100101100101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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