#770407

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

Shades of Sangria #770407

Tints of Sangria #770407

Color information

#770407 (or 0x770407) is unknown color: approx Sangria. HEX triplet: 77, 04 and 07. RGB value is (119,4,7). Sum of RGB (Red+Green+Blue) = 119+4+7=130 (17% of max value = 765). Red value is 119 (46.88% from 255 or 91.54% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 119 - color contains mainly: red. Hex color #770407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770407 is #88FBF8. Grayscale: #262626. Windows color (decimal): -8977401 or 459895. OLE color: 459895.

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

Color convert

RGB11947-
CMYK00.970.940.53
HSL358.43º93.5%24.12%-
HSV(B)358.43º96.64%46.67%-
XYZ7.694.020.57-
YUV38.73110.1185.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 91.54%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 7 (3.12% from 255) = 5.38%
R=91.54%
G=3.08%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194700.970.940.53358.4393.524.12
Hex77470615E351665d18
Octal1674701411366554613530
Binary1110111100111011000011011110110101101100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770407; }

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

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

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

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

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

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

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

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