Html Css Color HEX #77040B Sangria

📋 copy color: '#77040B'

red 119 ◦ green 4 ◦ blue 11

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

Shades of Sangria #77040B

Tints of Sangria #77040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.21%

R = 88.81%
G = 2.99%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77040B (or 0x77040B) is known color: Sangria. HEX triplet: 77, 04 and 0B. RGB value is (119,4,11). Sum of RGB (Red+Green+Blue) = 119+4+11=134 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.81% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 119 - color contains mainly: red. Hex color #77040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77040B is #88FBF4. Grayscale: #272727. Windows color (decimal): -8977397 or 722039. OLE color: 722039.

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

Color convert

RGB 119 4 11 -
CMYK 0 0.97 0.91 0.53
HSL 356.35º 0.93% 0.24% -
HSV(B) 356.35º 0.97% 0.47% -
XYZ 7.71 4.03 0.69 -
YUV 39.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 119 4 11 0 0.97 0.91 0.53 356.35 0.93 0.24
Hex 77 4 B 0 61 5B 35 164 5D 18
Octal 167 4 13 0 141 133 65 544 135 30
Binary 1110111 100 1011 0 1100001 1011011 110101 101100100 1011101 11000

Color Harmonies of #77040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77040B

Black with #77040B

Text Example


Text Example

White with #77040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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