Html Css Color HEX #770405 Sangria

📋 copy color: '#770405'

red 119 ◦ green 4 ◦ blue 5

#770405
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #770405

Tints of Sangria #770405

RGB

 RED value IS 119 (46.88% from 255) = 92.97%

 GREEN value IS 4 (1.95% from 255) = 3.13%

 BLUE value IS 5 (2.34% from 255) = 3.91%

R = 92.97%
G = 3.13%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#770405 (or 0x770405) is known color: Sangria. HEX triplet: 77, 04 and 05. RGB value is (119,4,5). Sum of RGB (Red+Green+Blue) = 119+4+5=128 (16% of max value = 765). Red value is 119 (46.88% from 255 or 92.97% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 119 - color contains mainly: red. Hex color #770405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770405 is #88FBFA. Grayscale: #262626. Windows color (decimal): -8977403 or 328823. OLE color: 328823.

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

Color convert

RGB 119 4 5 -
CMYK 0 0.97 0.96 0.53
HSL 359.48º 0.93% 0.24% -
HSV(B) 359.48º 0.97% 0.47% -
XYZ 7.68 4.02 0.51 -
YUV 38.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 119 4 5 0 0.97 0.96 0.53 359.48 0.93 0.24
Hex 77 4 5 0 61 60 35 167 5D 18
Octal 167 4 5 0 141 140 65 547 135 30
Binary 1110111 100 101 0 1100001 1100000 110101 101100111 1011101 11000

Color Harmonies of #770405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770405

Black with #770405

Text Example


Text Example

White with #770405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770405; }

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

 H1.HeaderClassName
 {
   color: #770405;
 }
 .AnyTagClassName
 {
   color: #770405;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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