Html Css Color HEX #770C0D Sangria

📋 copy color: '#770C0D'

red 119 ◦ green 12 ◦ blue 13

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

Shades of Sangria #770C0D

Tints of Sangria #770C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.33%

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 82.64%
G = 8.33%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#770C0D (or 0x770C0D) is known color: Sangria. HEX triplet: 77, 0C and 0D. RGB value is (119,12,13). Sum of RGB (Red+Green+Blue) = 119+12+13=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #770C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C0D is #88F3F2. Grayscale: #2C2C2C. Windows color (decimal): -8975347 or 855159. OLE color: 855159.

HSL color Cylindrical-coordinate representation of color #770C0D: hue angle of 359.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C0D is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 12 13 -
CMYK 0 0.90 0.89 0.53
HSL 359.44º 0.82% 0.26% -
HSV(B) 359.44º 0.9% 0.47% -
XYZ 7.81 4.21 0.78 -
YUV 44.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 119 12 13 0 0.90 0.89 0.53 359.44 0.82 0.26
Hex 77 C D 0 5A 59 35 167 52 1A
Octal 167 14 15 0 132 131 65 547 122 32
Binary 1110111 1100 1101 0 1011010 1011001 110101 101100111 1010010 11010

Color Harmonies of #770C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C0D

Black with #770C0D

Text Example


Text Example

White with #770C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770C0D; }

 p { color: rgb(119,12,13); }

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

background-color css

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

 a { background-color: rgb(119,12,13); }

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

border-color css

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

 span { border-color: rgb(119,12,13); }

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