Html Css Color HEX #760108 Sangria

📋 copy color: '#760108'

red 118 ◦ green 1 ◦ blue 8

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

Shades of Sangria #760108

Tints of Sangria #760108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.3%

R = 92.91%
G = 0.79%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#760108 (or 0x760108) is known color: Sangria. HEX triplet: 76, 01 and 08. RGB value is (118,1,8). Sum of RGB (Red+Green+Blue) = 118+1+8=127 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.91% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 118 - color contains mainly: red. Hex color #760108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760108 is #89FEF7. Grayscale: #242424. Windows color (decimal): -9043704 or 524662. OLE color: 524662.

HSL color Cylindrical-coordinate representation of color #760108: hue angle of 356.41º 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 #760108 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 8 -
CMYK 0 0.99 0.93 0.54
HSL 356.41º 0.98% 0.23% -
HSV(B) 356.41º 0.99% 0.46% -
XYZ 7.53 3.89 0.58 -
YUV 36.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 118 1 8 0 0.99 0.93 0.54 356.41 0.98 0.23
Hex 76 1 8 0 63 5D 36 164 62 17
Octal 166 1 10 0 143 135 66 544 142 27
Binary 1110110 1 1000 0 1100011 1011101 110110 101100100 1100010 10111

Color Harmonies of #760108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760108

Black with #760108

Text Example


Text Example

White with #760108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760108; }

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

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

background-color css

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

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

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

border-color css

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

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

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