Html Css Color HEX #7F050C Sangria

📋 copy color: '#7F050C'

red 127 ◦ green 5 ◦ blue 12

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

Shades of Sangria #7F050C

Tints of Sangria #7F050C

RGB

 RED value IS 127 (50% from 255) = 88.19%

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

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

R = 88.19%
G = 3.47%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F050C (or 0x7F050C) is known color: Sangria. HEX triplet: 7F, 05 and 0C. RGB value is (127,5,12). Sum of RGB (Red+Green+Blue) = 127+5+12=144 (19% of max value = 765). Red value is 127 (50% from 255 or 88.19% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 127 - color contains mainly: red. Hex color #7F050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F050C is #80FAF3. Grayscale: #2A2A2A. Windows color (decimal): -8452852 or 787839. OLE color: 787839.

HSL color Cylindrical-coordinate representation of color #7F050C: hue angle of 356.56º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F050C is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 5 12 -
CMYK 0 0.96 0.91 0.50
HSL 356.56º 0.92% 0.26% -
HSV(B) 356.56º 0.96% 0.5% -
XYZ 8.87 4.65 0.78 -
YUV 42.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 127 5 12 0 0.96 0.91 0.50 356.56 0.92 0.26
Hex 7F 5 C 0 60 5B 32 165 5C 1A
Octal 177 5 14 0 140 133 62 545 134 32
Binary 1111111 101 1100 0 1100000 1011011 110010 101100101 1011100 11010

Color Harmonies of #7F050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F050C

Black with #7F050C

Text Example


Text Example

White with #7F050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,12); }

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

background-color css

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

 a { background-color: rgb(127,5,12); }

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

border-color css

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

 span { border-color: rgb(127,5,12); }

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