#7B0708

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

Shades of Sangria #7B0708

Tints of Sangria #7B0708

Color information

#7B0708 (or 0x7B0708) is unknown color: approx Sangria. HEX triplet: 7B, 07 and 08. RGB value is (123,7,8). Sum of RGB (Red+Green+Blue) = 123+7+8=138 (18% of max value = 765). Red value is 123 (48.44% from 255 or 89.13% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0708 is #84F8F7. Grayscale: #292929. Windows color (decimal): -8714488 or 526203. OLE color: 526203.

HSL color Cylindrical-coordinate representation of color #7B0708: hue angle of 359.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0708 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB12378-
CMYK00.940.930.52
HSL359.48º89.23%25.49%-
HSV(B)359.48º94.31%48.24%-
XYZ8.294.380.64-
YUV41.8108.93185.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 89.13%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=89.13%
G=5.07%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1237800.940.930.52359.4889.2325.49
Hex7B7805E5D341675919
Octal17371001361356454713131
Binary11110111111000010111101011101110100101100111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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