#770E0F

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

Shades of Sangria #770E0F

Tints of Sangria #770E0F

Color information

#770E0F (or 0x770E0F) is unknown color: approx Sangria. HEX triplet: 77, 0E and 0F. RGB value is (119,14,15). Sum of RGB (Red+Green+Blue) = 119+14+15=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #770E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E0F is #88F1F0. Grayscale: #2D2D2D. Windows color (decimal): -8974833 or 986743. OLE color: 986743.

HSL color Cylindrical-coordinate representation of color #770E0F: hue angle of 359.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E0F is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1191415-
CMYK00.880.870.53
HSL359.43º78.95%26.08%-
HSV(B)359.43º88.24%46.67%-
XYZ7.854.270.86-
YUV45.51110.79180.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 80.41%
GREEN value IS 14 (5.86% from 255) = 9.46%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=80.41%
G=9.46%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119141500.880.870.53359.4378.9526.08
Hex77EF05857351674f1a
Octal167161701301276554711732
Binary111011111101111010110001010111110101101100111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770E0F; }

 p { color: rgb(119,14,15); }

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

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

 a { background-color: rgb(119,14,15); }

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

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

 span { border-color: rgb(119,14,15); }

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