#77070C

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

Shades of Sangria #77070C

Tints of Sangria #77070C

Color information

#77070C (or 0x77070C) is unknown color: approx Sangria. HEX triplet: 77, 07 and 0C. RGB value is (119,7,12). Sum of RGB (Red+Green+Blue) = 119+7+12=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #77070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77070C is #88F8F3. Grayscale: #292929. Windows color (decimal): -8976628 or 788343. OLE color: 788343.

HSL color Cylindrical-coordinate representation of color #77070C: hue angle of 357.32º 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 #77070C is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB119712-
CMYK00.940.900.53
HSL357.32º88.89%24.71%-
HSV(B)357.32º94.12%46.67%-
XYZ7.754.10.73-
YUV41.06111.61183.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 86.23%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=86.23%
G=5.07%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11971200.940.900.53357.3288.8924.71
Hex777C05E5A351655919
Octal16771401361326554513131
Binary11101111111100010111101011010110101101100101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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