Html Css Color HEX #7C050A Sangria

📋 copy color: '#7C050A'

red 124 ◦ green 5 ◦ blue 10

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

Shades of Sangria #7C050A

Tints of Sangria #7C050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.6%

 BLUE value IS 10 (4.3% from 255) = 7.19%

R = 89.21%
G = 3.6%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#7C050A (or 0x7C050A) is known color: Sangria. HEX triplet: 7C, 05 and 0A. RGB value is (124,5,10). Sum of RGB (Red+Green+Blue) = 124+5+10=139 (18% of max value = 765). Red value is 124 (48.83% from 255 or 89.21% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 124 - color contains mainly: red. Hex color #7C050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C050A is #83FAF5. Grayscale: #292929. Windows color (decimal): -8649462 or 656764. OLE color: 656764.

HSL color Cylindrical-coordinate representation of color #7C050A: hue angle of 357.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C050A is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 5 10 -
CMYK 0 0.96 0.92 0.51
HSL 357.48º 0.92% 0.25% -
HSV(B) 357.48º 0.96% 0.49% -
XYZ 8.42 4.42 0.7 -
YUV 41.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 124 5 10 0 0.96 0.92 0.51 357.48 0.92 0.25
Hex 7C 5 A 0 60 5C 33 165 5C 19
Octal 174 5 12 0 140 134 63 545 134 31
Binary 1111100 101 1010 0 1100000 1011100 110011 101100101 1011100 11001

Color Harmonies of #7C050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C050A

Black with #7C050A

Text Example


Text Example

White with #7C050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,5,10); }

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

background-color css

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

 a { background-color: rgb(124,5,10); }

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

border-color css

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

 span { border-color: rgb(124,5,10); }

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