#7C1012

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

Shades of Sangria #7C1012

Tints of Sangria #7C1012

Color information

#7C1012 (or 0x7C1012) is unknown color: approx Sangria. HEX triplet: 7C, 10 and 12. RGB value is (124,16,18). Sum of RGB (Red+Green+Blue) = 124+16+18=158 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.48% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1012 is #83EFED. Grayscale: #303030. Windows color (decimal): -8646638 or 1183868. OLE color: 1183868.

HSL color Cylindrical-coordinate representation of color #7C1012: hue angle of 358.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1012 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB1241618-
CMYK00.870.850.51
HSL358.89º77.14%27.45%-
HSV(B)358.89º87.1%48.63%-
XYZ8.614.71.03-
YUV48.52110.78181.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 78.48%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 18 (7.42% from 255) = 11.39%
R=78.48%
G=10.13%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124161800.870.850.51358.8977.1427.45
Hex7C101205755331674d1b
Octal174202201271256354711533
Binary11111001000010010010101111010101110011101100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,16,18); }

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

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

 a { background-color: rgb(124,16,18); }

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

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

 span { border-color: rgb(124,16,18); }

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