Html Css Color HEX #7B010C Sangria

📋 copy color: '#7B010C'

red 123 ◦ green 1 ◦ blue 12

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

Shades of Sangria #7B010C

Tints of Sangria #7B010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 90.44%
G = 0.74%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7B010C (or 0x7B010C) is known color: Sangria. HEX triplet: 7B, 01 and 0C. RGB value is (123,1,12). Sum of RGB (Red+Green+Blue) = 123+1+12=136 (18% of max value = 765). Red value is 123 (48.44% from 255 or 90.44% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 123 - color contains mainly: red. Hex color #7B010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B010C is #84FEF3. Grayscale: #262626. Windows color (decimal): -8716020 or 786811. OLE color: 786811.

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

Color convert

RGB 123 1 12 -
CMYK 0 0.99 0.90 0.52
HSL 354.59º 0.98% 0.24% -
HSV(B) 354.59º 0.99% 0.48% -
XYZ 8.25 4.26 0.74 -
YUV 38.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 123 1 12 0 0.99 0.90 0.52 354.59 0.98 0.24
Hex 7B 1 C 0 63 5A 34 163 62 18
Octal 173 1 14 0 143 132 64 543 142 30
Binary 1111011 1 1100 0 1100011 1011010 110100 101100011 1100010 11000

Color Harmonies of #7B010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B010C

Black with #7B010C

Text Example


Text Example

White with #7B010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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