Html Css Color HEX #7C0006 Sangria

📋 copy color: '#7C0006'

red 124 ◦ green 0 ◦ blue 6

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

Shades of Sangria #7C0006

Tints of Sangria #7C0006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 6 (2.73% from 255) = 4.62%

R = 95.38%
G = 0%
B = 4.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7C0006 (or 0x7C0006) is known color: Sangria. HEX triplet: 7C, 00 and 06. RGB value is (124,0,6). Sum of RGB (Red+Green+Blue) = 124+0+6=130 (17% of max value = 765). Red value is 124 (48.83% from 255 or 95.38% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0006 is #83FFF9. Grayscale: #252525. Windows color (decimal): -8650746 or 393340. OLE color: 393340.

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

Color convert

RGB 124 0 6 -
CMYK 0 1 0.95 0.51
HSL 357.1º 1% 0.24% -
HSV(B) 357.1º 1% 0.49% -
XYZ 8.35 4.3 0.56 -
YUV 37.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 124 0 6 0 1 0.95 0.51 357.1 1 0.24
Hex 7C 0 6 0 64 5F 33 165 64 18
Octal 174 0 6 0 144 137 63 545 144 30
Binary 1111100 0 110 0 1100100 1011111 110011 101100101 1100100 11000

Color Harmonies of #7C0006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0006

Black with #7C0006

Text Example


Text Example

White with #7C0006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,0,6); }

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

background-color css

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

 a { background-color: rgb(124,0,6); }

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

border-color css

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

 span { border-color: rgb(124,0,6); }

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