#7C080A

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

Shades of Sangria #7C080A

Tints of Sangria #7C080A

Color information

#7C080A (or 0x7C080A) is unknown color: approx Sangria. HEX triplet: 7C, 08 and 0A. RGB value is (124,8,10). Sum of RGB (Red+Green+Blue) = 124+8+10=142 (18% of max value = 765). Red value is 124 (48.83% from 255 or 87.32% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 124 - color contains mainly: red. Hex color #7C080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C080A is #83F7F5. Grayscale: #2B2B2B. Windows color (decimal): -8648694 or 657532. OLE color: 657532.

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

Color convert

RGB124810-
CMYK00.940.920.51
HSL358.97º87.88%25.88%-
HSV(B)358.97º93.55%48.63%-
XYZ8.454.480.71-
YUV42.91109.43185.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 87.32%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 10 (4.30% from 255) = 7.04%
R=87.32%
G=5.63%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12481000.940.920.51358.9787.8825.88
Hex7C8A05E5C33167581a
Octal174101201361346354713032
Binary111110010001010010111101011100110011101100111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,8,10); }

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

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

 a { background-color: rgb(124,8,10); }

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

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

 span { border-color: rgb(124,8,10); }

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