Html Css Color HEX #7F060B Sangria

📋 copy color: '#7F060B'

red 127 ◦ green 6 ◦ blue 11

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

Shades of Sangria #7F060B

Tints of Sangria #7F060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.17%

 BLUE value IS 11 (4.69% from 255) = 7.64%

R = 88.19%
G = 4.17%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F060B (or 0x7F060B) is known color: Sangria. HEX triplet: 7F, 06 and 0B. RGB value is (127,6,11). Sum of RGB (Red+Green+Blue) = 127+6+11=144 (19% of max value = 765). Red value is 127 (50% from 255 or 88.19% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 127 - color contains mainly: red. Hex color #7F060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F060B is #80F9F4. Grayscale: #2A2A2A. Windows color (decimal): -8452597 or 722559. OLE color: 722559.

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

Color convert

RGB 127 6 11 -
CMYK 0 0.95 0.91 0.50
HSL 357.52º 0.91% 0.26% -
HSV(B) 357.52º 0.95% 0.5% -
XYZ 8.88 4.67 0.75 -
YUV 42.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 127 6 11 0 0.95 0.91 0.50 357.52 0.91 0.26
Hex 7F 6 B 0 5F 5B 32 166 5B 1A
Octal 177 6 13 0 137 133 62 546 133 32
Binary 1111111 110 1011 0 1011111 1011011 110010 101100110 1011011 11010

Color Harmonies of #7F060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F060B

Black with #7F060B

Text Example


Text Example

White with #7F060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,6,11); }

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

background-color css

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

 a { background-color: rgb(127,6,11); }

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

border-color css

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

 span { border-color: rgb(127,6,11); }

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