Html Css Color HEX #760105 Sangria

📋 copy color: '#760105'

red 118 ◦ green 1 ◦ blue 5

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

Shades of Sangria #760105

Tints of Sangria #760105

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 5 (2.34% from 255) = 4.03%

R = 95.16%
G = 0.81%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#760105 (or 0x760105) is known color: Sangria. HEX triplet: 76, 01 and 05. RGB value is (118,1,5). Sum of RGB (Red+Green+Blue) = 118+1+5=124 (16% of max value = 765). Red value is 118 (46.48% from 255 or 95.16% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 118 - color contains mainly: red. Hex color #760105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760105 is #89FEFA. Grayscale: #242424. Windows color (decimal): -9043707 or 328054. OLE color: 328054.

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

Color convert

RGB 118 1 5 -
CMYK 0 0.99 0.96 0.54
HSL 357.95º 0.98% 0.23% -
HSV(B) 357.95º 0.99% 0.46% -
XYZ 7.51 3.88 0.5 -
YUV 36.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 118 1 5 0 0.99 0.96 0.54 357.95 0.98 0.23
Hex 76 1 5 0 63 60 36 166 62 17
Octal 166 1 5 0 143 140 66 546 142 27
Binary 1110110 1 101 0 1100011 1100000 110110 101100110 1100010 10111

Color Harmonies of #760105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760105

Black with #760105

Text Example


Text Example

White with #760105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760105; }

 p { color: rgb(118,1,5); }

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

background-color css

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

 a { background-color: rgb(118,1,5); }

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

border-color css

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

 span { border-color: rgb(118,1,5); }

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