Html Css Color HEX #7F080F Sangria

📋 copy color: '#7F080F'

red 127 ◦ green 8 ◦ blue 15

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

Shades of Sangria #7F080F

Tints of Sangria #7F080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.33%

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

R = 84.67%
G = 5.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F080F (or 0x7F080F) is known color: Sangria. HEX triplet: 7F, 08 and 0F. RGB value is (127,8,15). Sum of RGB (Red+Green+Blue) = 127+8+15=150 (19% of max value = 765). Red value is 127 (50% from 255 or 84.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 127 - color contains mainly: red. Hex color #7F080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F080F is #80F7F0. Grayscale: #2C2C2C. Windows color (decimal): -8452081 or 985215. OLE color: 985215.

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

Color convert

RGB 127 8 15 -
CMYK 0 0.94 0.88 0.50
HSL 356.47º 0.88% 0.26% -
HSV(B) 356.47º 0.94% 0.5% -
XYZ 8.93 4.72 0.89 -
YUV 44.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 127 8 15 0 0.94 0.88 0.50 356.47 0.88 0.26
Hex 7F 8 F 0 5E 58 32 164 58 1A
Octal 177 10 17 0 136 130 62 544 130 32
Binary 1111111 1000 1111 0 1011110 1011000 110010 101100100 1011000 11010

Color Harmonies of #7F080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F080F

Black with #7F080F

Text Example


Text Example

White with #7F080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,8,15); }

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

background-color css

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

 a { background-color: rgb(127,8,15); }

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

border-color css

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

 span { border-color: rgb(127,8,15); }

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