Html Css Color HEX #7C070F Sangria

📋 copy color: '#7C070F'

red 124 ◦ green 7 ◦ blue 15

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

Shades of Sangria #7C070F

Tints of Sangria #7C070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.79%

 BLUE value IS 15 (6.25% from 255) = 10.27%

R = 84.93%
G = 4.79%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C070F (or 0x7C070F) is known color: Sangria. HEX triplet: 7C, 07 and 0F. RGB value is (124,7,15). Sum of RGB (Red+Green+Blue) = 124+7+15=146 (19% of max value = 765). Red value is 124 (48.83% from 255 or 84.93% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 124 - color contains mainly: red. Hex color #7C070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C070F is #83F8F0. Grayscale: #2A2A2A. Windows color (decimal): -8648945 or 984956. OLE color: 984956.

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

Color convert

RGB 124 7 15 -
CMYK 0 0.94 0.88 0.51
HSL 355.9º 0.89% 0.26% -
HSV(B) 355.9º 0.94% 0.49% -
XYZ 8.47 4.47 0.87 -
YUV 42.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 124 7 15 0 0.94 0.88 0.51 355.9 0.89 0.26
Hex 7C 7 F 0 5E 58 33 164 59 1A
Octal 174 7 17 0 136 130 63 544 131 32
Binary 1111100 111 1111 0 1011110 1011000 110011 101100100 1011001 11010

Color Harmonies of #7C070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C070F

Black with #7C070F

Text Example


Text Example

White with #7C070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,7,15); }

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

background-color css

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

 a { background-color: rgb(124,7,15); }

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

border-color css

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

 span { border-color: rgb(124,7,15); }

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