Html Css Color HEX #760107 Sangria

📋 copy color: '#760107'

red 118 ◦ green 1 ◦ blue 7

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

Shades of Sangria #760107

Tints of Sangria #760107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.56%

R = 93.65%
G = 0.79%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#760107 (or 0x760107) is known color: Sangria. HEX triplet: 76, 01 and 07. RGB value is (118,1,7). Sum of RGB (Red+Green+Blue) = 118+1+7=126 (16% of max value = 765). Red value is 118 (46.48% from 255 or 93.65% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 118 - color contains mainly: red. Hex color #760107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760107 is #89FEF8. Grayscale: #242424. Windows color (decimal): -9043705 or 459126. OLE color: 459126.

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

Color convert

RGB 118 1 7 -
CMYK 0 0.99 0.94 0.54
HSL 356.92º 0.98% 0.23% -
HSV(B) 356.92º 0.99% 0.46% -
XYZ 7.52 3.89 0.56 -
YUV 36.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 118 1 7 0 0.99 0.94 0.54 356.92 0.98 0.23
Hex 76 1 7 0 63 5E 36 165 62 17
Octal 166 1 7 0 143 136 66 545 142 27
Binary 1110110 1 111 0 1100011 1011110 110110 101100101 1100010 10111

Color Harmonies of #760107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760107

Black with #760107

Text Example


Text Example

White with #760107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760107; }

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

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

background-color css

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

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

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

border-color css

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

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

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