#76070A

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

Shades of Sangria #76070A

Tints of Sangria #76070A

Color information

#76070A (or 0x76070A) is unknown color: approx Sangria. HEX triplet: 76, 07 and 0A. RGB value is (118,7,10). Sum of RGB (Red+Green+Blue) = 118+7+10=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #76070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76070A is #89F8F5. Grayscale: #282828. Windows color (decimal): -9042166 or 657270. OLE color: 657270.

HSL color Cylindrical-coordinate representation of color #76070A: hue angle of 358.38º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76070A is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB118710-
CMYK00.940.920.54
HSL358.38º88.8%24.51%-
HSV(B)358.38º94.07%46.27%-
XYZ7.64.030.66-
YUV40.53110.77183.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 87.41%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=87.41%
G=5.19%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11871000.940.920.54358.3888.824.51
Hex767A05E5C361665919
Octal16671201361346654613131
Binary11101101111010010111101011100110110101100110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76070A; }

 p { color: rgb(118,7,10); }

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

<style>
 a { background-color: #76070A; }

 a { background-color: rgb(118,7,10); }

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

<style>
 span { border-color: #76070A; }

 span { border-color: rgb(118,7,10); }

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