Html Css Color HEX #770206 Sangria

📋 copy color: '#770206'

red 119 ◦ green 2 ◦ blue 6

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

Shades of Sangria #770206

Tints of Sangria #770206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.57%

 BLUE value IS 6 (2.73% from 255) = 4.72%

R = 93.7%
G = 1.57%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#770206 (or 0x770206) is known color: Sangria. HEX triplet: 77, 02 and 06. RGB value is (119,2,6). Sum of RGB (Red+Green+Blue) = 119+2+6=127 (16% of max value = 765). Red value is 119 (46.88% from 255 or 93.70% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 119 - color contains mainly: red. Hex color #770206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770206 is #88FDF9. Grayscale: #252525. Windows color (decimal): -8977914 or 393847. OLE color: 393847.

HSL color Cylindrical-coordinate representation of color #770206: hue angle of 357.95º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770206 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 2 6 -
CMYK 0 0.98 0.95 0.53
HSL 357.95º 0.97% 0.24% -
HSV(B) 357.95º 0.98% 0.47% -
XYZ 7.66 3.98 0.54 -
YUV 37.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 119 2 6 0 0.98 0.95 0.53 357.95 0.97 0.24
Hex 77 2 6 0 62 5F 35 166 61 18
Octal 167 2 6 0 142 137 65 546 141 30
Binary 1110111 10 110 0 1100010 1011111 110101 101100110 1100001 11000

Color Harmonies of #770206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770206

Black with #770206

Text Example


Text Example

White with #770206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770206; }

 p { color: rgb(119,2,6); }

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

background-color css

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

 a { background-color: rgb(119,2,6); }

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

border-color css

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

 span { border-color: rgb(119,2,6); }

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