Html Css Color HEX #77070B Sangria

📋 copy color: '#77070B'

red 119 ◦ green 7 ◦ blue 11

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

Shades of Sangria #77070B

Tints of Sangria #77070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.11%

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

R = 86.86%
G = 5.11%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77070B (or 0x77070B) is known color: Sangria. HEX triplet: 77, 07 and 0B. RGB value is (119,7,11). Sum of RGB (Red+Green+Blue) = 119+7+11=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #77070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77070B is #88F8F4. Grayscale: #292929. Windows color (decimal): -8976629 or 722807. OLE color: 722807.

HSL color Cylindrical-coordinate representation of color #77070B: hue angle of 357.86º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77070B is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 11 -
CMYK 0 0.94 0.91 0.53
HSL 357.86º 0.89% 0.25% -
HSV(B) 357.86º 0.94% 0.47% -
XYZ 7.74 4.1 0.7 -
YUV 40.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 119 7 11 0 0.94 0.91 0.53 357.86 0.89 0.25
Hex 77 7 B 0 5E 5B 35 166 59 19
Octal 167 7 13 0 136 133 65 546 131 31
Binary 1110111 111 1011 0 1011110 1011011 110101 101100110 1011001 11001

Color Harmonies of #77070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77070B

Black with #77070B

Text Example


Text Example

White with #77070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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