#770306

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

Shades of Sangria #770306

Tints of Sangria #770306

Color information

#770306 (or 0x770306) is unknown color: approx Sangria. HEX triplet: 77, 03 and 06. RGB value is (119,3,6). Sum of RGB (Red+Green+Blue) = 119+3+6=128 (16% of max value = 765). Red value is 119 (46.88% from 255 or 92.97% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 119 - color contains mainly: red. Hex color #770306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770306 is #88FCF9. Grayscale: #262626. Windows color (decimal): -8977658 or 394103. OLE color: 394103.

HSL color Cylindrical-coordinate representation of color #770306: hue angle of 358.45º degrees, saturation: 0.95, 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 #770306 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB11936-
CMYK00.970.950.53
HSL358.45º95.08%23.92%-
HSV(B)358.45º97.48%46.67%-
XYZ7.6740.54-
YUV38.03109.93185.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 92.97%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 6 (2.73% from 255) = 4.69%
R=92.97%
G=2.34%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193600.970.950.53358.4595.0823.92
Hex77360615F351665f18
Octal1673601411376554613730
Binary111011111110011000011011111110101101100110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770306; }

 p { color: rgb(119,3,6); }

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

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

 a { background-color: rgb(119,3,6); }

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

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

 span { border-color: rgb(119,3,6); }

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