#760108

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

Shades of Sangria #760108

Tints of Sangria #760108

Color information

#760108 (or 0x760108) is unknown color: approx Sangria. HEX triplet: 76, 01 and 08. RGB value is (118,1,8). Sum of RGB (Red+Green+Blue) = 118+1+8=127 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.91% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 118 - color contains mainly: red. Hex color #760108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760108 is #89FEF7. Grayscale: #242424. Windows color (decimal): -9043704 or 524662. OLE color: 524662.

HSL color Cylindrical-coordinate representation of color #760108: hue angle of 356.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760108 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB11818-
CMYK00.990.930.54
HSL356.41º98.32%23.33%-
HSV(B)356.41º99.15%46.27%-
XYZ7.533.890.58-
YUV36.78111.76185.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 92.91%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=92.91%
G=0.79%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181800.990.930.54356.4198.3223.33
Hex76180635D361646217
Octal16611001431356654414227
Binary111011011000011000111011101110110101100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760108; }

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

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

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

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

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

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

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

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