#7E080A

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

Shades of Sangria #7E080A

Tints of Sangria #7E080A

Color information

#7E080A (or 0x7E080A) is unknown color: approx Sangria. HEX triplet: 7E, 08 and 0A. RGB value is (126,8,10). Sum of RGB (Red+Green+Blue) = 126+8+10=144 (19% of max value = 765). Red value is 126 (49.61% from 255 or 87.5% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 126 - color contains mainly: red. Hex color #7E080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E080A is #81F7F5. Grayscale: #2B2B2B. Windows color (decimal): -8517622 or 657534. OLE color: 657534.

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

Color convert

RGB126810-
CMYK00.940.920.51
HSL358.98º88.06%26.27%-
HSV(B)358.98º93.65%49.41%-
XYZ8.754.630.72-
YUV43.51109.09186.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 87.5%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=87.5%
G=5.56%
B=6.94%

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
Decimal12681000.940.920.51358.9888.0626.27
Hex7E8A05E5C33167581a
Octal176101201361346354713032
Binary111111010001010010111101011100110011101100111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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