#770205

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

Shades of Sangria #770205

Tints of Sangria #770205

Color information

#770205 (or 0x770205) is unknown color: approx Sangria. HEX triplet: 77, 02 and 05. RGB value is (119,2,5). Sum of RGB (Red+Green+Blue) = 119+2+5=126 (16% of max value = 765). Red value is 119 (46.88% from 255 or 94.44% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 119 - color contains mainly: red. Hex color #770205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770205 is #88FDFA. Grayscale: #252525. Windows color (decimal): -8977915 or 328311. OLE color: 328311.

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

Color convert

RGB11925-
CMYK00.980.960.53
HSL358.46º96.69%23.73%-
HSV(B)358.46º98.32%46.67%-
XYZ7.663.980.51-
YUV37.32109.76186.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 94.44%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=94.44%
G=1.59%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192500.980.960.53358.4696.6923.73
Hex772506260351666118
Octal1672501421406554614130
Binary111011110101011000101100000110101101100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770205; }

 p { color: rgb(119,2,5); }

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

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

 a { background-color: rgb(119,2,5); }

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

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

 span { border-color: rgb(119,2,5); }

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