Html Css Color HEX #7B0108 Sangria

📋 copy color: '#7B0108'

red 123 ◦ green 1 ◦ blue 8

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

Shades of Sangria #7B0108

Tints of Sangria #7B0108

RGB

 RED value IS 123 (48.44% from 255) = 93.18%

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

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

R = 93.18%
G = 0.76%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#7B0108 (or 0x7B0108) is known color: Sangria. HEX triplet: 7B, 01 and 08. RGB value is (123,1,8). Sum of RGB (Red+Green+Blue) = 123+1+8=132 (17% of max value = 765). Red value is 123 (48.44% from 255 or 93.18% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0108 is #84FEF7. Grayscale: #262626. Windows color (decimal): -8716024 or 524667. OLE color: 524667.

HSL color Cylindrical-coordinate representation of color #7B0108: hue angle of 356.56º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B0108 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 1 8 -
CMYK 0 0.99 0.93 0.52
HSL 356.56º 0.98% 0.24% -
HSV(B) 356.56º 0.99% 0.48% -
XYZ 8.22 4.25 0.62 -
YUV 38.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 123 1 8 0 0.99 0.93 0.52 356.56 0.98 0.24
Hex 7B 1 8 0 63 5D 34 165 62 18
Octal 173 1 10 0 143 135 64 545 142 30
Binary 1111011 1 1000 0 1100011 1011101 110100 101100101 1100010 11000

Color Harmonies of #7B0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0108

Black with #7B0108

Text Example


Text Example

White with #7B0108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B0108; }

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

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

background-color css

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

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

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

border-color css

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

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

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