Html Css Color HEX #77040A Sangria

📋 copy color: '#77040A'

red 119 ◦ green 4 ◦ blue 10

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

Shades of Sangria #77040A

Tints of Sangria #77040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.52%

R = 89.47%
G = 3.01%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77040A (or 0x77040A) is known color: Sangria. HEX triplet: 77, 04 and 0A. RGB value is (119,4,10). Sum of RGB (Red+Green+Blue) = 119+4+10=133 (17% of max value = 765). Red value is 119 (46.88% from 255 or 89.47% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 119 - color contains mainly: red. Hex color #77040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77040A is #88FBF5. Grayscale: #272727. Windows color (decimal): -8977398 or 656503. OLE color: 656503.

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

Color convert

RGB 119 4 10 -
CMYK 0 0.97 0.92 0.53
HSL 356.87º 0.93% 0.24% -
HSV(B) 356.87º 0.97% 0.47% -
XYZ 7.71 4.03 0.66 -
YUV 39.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 119 4 10 0 0.97 0.92 0.53 356.87 0.93 0.24
Hex 77 4 A 0 61 5C 35 165 5D 18
Octal 167 4 12 0 141 134 65 545 135 30
Binary 1110111 100 1010 0 1100001 1011100 110101 101100101 1011101 11000

Color Harmonies of #77040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77040A

Black with #77040A

Text Example


Text Example

White with #77040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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