Html Css Color HEX #7C090C Sangria

📋 copy color: '#7C090C'

red 124 ◦ green 9 ◦ blue 12

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

Shades of Sangria #7C090C

Tints of Sangria #7C090C

RGB

 RED value IS 124 (48.83% from 255) = 85.52%

 GREEN value IS 9 (3.91% from 255) = 6.21%

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

R = 85.52%
G = 6.21%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7C090C (or 0x7C090C) is known color: Sangria. HEX triplet: 7C, 09 and 0C. RGB value is (124,9,12). Sum of RGB (Red+Green+Blue) = 124+9+12=145 (19% of max value = 765). Red value is 124 (48.83% from 255 or 85.52% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 124 - color contains mainly: red. Hex color #7C090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C090C is #83F6F3. Grayscale: #2B2B2B. Windows color (decimal): -8648436 or 788860. OLE color: 788860.

HSL color Cylindrical-coordinate representation of color #7C090C: hue angle of 358.43º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C090C is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 9 12 -
CMYK 0 0.93 0.90 0.51
HSL 358.43º 0.86% 0.26% -
HSV(B) 358.43º 0.93% 0.49% -
XYZ 8.48 4.51 0.77 -
YUV 43.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 124 9 12 0 0.93 0.90 0.51 358.43 0.86 0.26
Hex 7C 9 C 0 5D 5A 33 166 56 1A
Octal 174 11 14 0 135 132 63 546 126 32
Binary 1111100 1001 1100 0 1011101 1011010 110011 101100110 1010110 11010

Color Harmonies of #7C090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C090C

Black with #7C090C

Text Example


Text Example

White with #7C090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,12); }

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

background-color css

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

 a { background-color: rgb(124,9,12); }

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

border-color css

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

 span { border-color: rgb(124,9,12); }

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