Html Css Color HEX #760206 Sangria

📋 copy color: '#760206'

red 118 ◦ green 2 ◦ blue 6

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

Shades of Sangria #760206

Tints of Sangria #760206

RGB

 RED value IS 118 (46.48% from 255) = 93.65%

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

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

R = 93.65%
G = 1.59%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#760206 (or 0x760206) is known color: Sangria. HEX triplet: 76, 02 and 06. RGB value is (118,2,6). Sum of RGB (Red+Green+Blue) = 118+2+6=126 (16% of max value = 765). Red value is 118 (46.48% from 255 or 93.65% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 118 - color contains mainly: red. Hex color #760206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760206 is #89FDF9. Grayscale: #252525. Windows color (decimal): -9043450 or 393846. OLE color: 393846.

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

Color convert

RGB 118 2 6 -
CMYK 0 0.98 0.95 0.54
HSL 357.93º 0.97% 0.24% -
HSV(B) 357.93º 0.98% 0.46% -
XYZ 7.53 3.91 0.53 -
YUV 37.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 118 2 6 0 0.98 0.95 0.54 357.93 0.97 0.24
Hex 76 2 6 0 62 5F 36 166 61 18
Octal 166 2 6 0 142 137 66 546 141 30
Binary 1110110 10 110 0 1100010 1011111 110110 101100110 1100001 11000

Color Harmonies of #760206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760206

Black with #760206

Text Example


Text Example

White with #760206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760206; }

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

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

background-color css

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

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

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

border-color css

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

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

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