#770004

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

Shades of Sangria #770004

Tints of Sangria #770004

Color information

#770004 (or 0x770004) is unknown color: approx Sangria. HEX triplet: 77, 00 and 04. RGB value is (119,0,4). Sum of RGB (Red+Green+Blue) = 119+0+4=123 (16% of max value = 765). Red value is 119 (46.88% from 255 or 96.75% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 119 - color contains mainly: red. Hex color #770004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770004 is #88FFFB. Grayscale: #242424. Windows color (decimal): -8978428 or 262263. OLE color: 262263.

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

Color convert

RGB11904-
CMYK010.970.53
HSL357.98º100%23.33%-
HSV(B)357.98º100%46.67%-
XYZ7.633.930.47-
YUV36.04109.92187.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 96.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 3.25%
R=96.75%
G=0%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11904010.970.53357.9810023.33
Hex770406461351666417
Octal1670401441416554614427
Binary11101110100011001001100001110101101100110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770004; }

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

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

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

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

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

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

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

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