#750708

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

Shades of Sangria #750708

Tints of Sangria #750708

Color information

#750708 (or 0x750708) is unknown color: approx Sangria. HEX triplet: 75, 07 and 08. RGB value is (117,7,8). Sum of RGB (Red+Green+Blue) = 117+7+8=132 (17% of max value = 765). Red value is 117 (46.09% from 255 or 88.64% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 117 - color contains mainly: red. Hex color #750708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750708 is #8AF8F7. Grayscale: #282828. Windows color (decimal): -9107704 or 526197. OLE color: 526197.

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

Color convert

RGB11778-
CMYK00.940.930.54
HSL359.45º88.71%24.31%-
HSV(B)359.45º94.02%45.88%-
XYZ7.463.950.6-
YUV40109.94182.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 88.64%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=88.64%
G=5.30%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177800.940.930.54359.4588.7124.31
Hex757805E5D361675918
Octal16571001361356654713130
Binary11101011111000010111101011101110110101100111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750708; }

 p { color: rgb(117,7,8); }

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

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

 a { background-color: rgb(117,7,8); }

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

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

 span { border-color: rgb(117,7,8); }

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