#76080B

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

Shades of Sangria #76080B

Tints of Sangria #76080B

Color information

#76080B (or 0x76080B) is unknown color: approx Sangria. HEX triplet: 76, 08 and 0B. RGB value is (118,8,11). Sum of RGB (Red+Green+Blue) = 118+8+11=137 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.13% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 118 - color contains mainly: red. Hex color #76080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76080B is #89F7F4. Grayscale: #292929. Windows color (decimal): -9041909 or 723062. OLE color: 723062.

HSL color Cylindrical-coordinate representation of color #76080B: hue angle of 358.36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76080B is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB118811-
CMYK00.930.910.54
HSL358.36º87.3%24.71%-
HSV(B)358.36º93.22%46.27%-
XYZ7.624.050.7-
YUV41.23110.94182.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 86.13%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=86.13%
G=5.84%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11881100.930.910.54358.3687.324.71
Hex768B05D5B361665719
Octal166101301351336654612731
Binary111011010001011010111011011011110110101100110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76080B; }

 p { color: rgb(118,8,11); }

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

<style>
 a { background-color: #76080B; }

 a { background-color: rgb(118,8,11); }

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

<style>
 span { border-color: #76080B; }

 span { border-color: rgb(118,8,11); }

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