#77070B

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

Shades of Sangria #77070B

Tints of Sangria #77070B

Color information

#77070B (or 0x77070B) is unknown color: approx Sangria. HEX triplet: 77, 07 and 0B. RGB value is (119,7,11). Sum of RGB (Red+Green+Blue) = 119+7+11=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #77070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77070B is #88F8F4. Grayscale: #292929. Windows color (decimal): -8976629 or 722807. OLE color: 722807.

HSL color Cylindrical-coordinate representation of color #77070B: hue angle of 357.86º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77070B is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB119711-
CMYK00.940.910.53
HSL357.86º88.89%24.71%-
HSV(B)357.86º94.12%46.67%-
XYZ7.744.10.7-
YUV40.94111.11183.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 86.86%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=86.86%
G=5.11%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11971100.940.910.53357.8688.8924.71
Hex777B05E5B351665919
Octal16771301361336554613131
Binary11101111111011010111101011011110101101100110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,7,11); }

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

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

 a { background-color: rgb(119,7,11); }

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

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

 span { border-color: rgb(119,7,11); }

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