Html Css Color HEX #7F7050 Shadow

📋 copy color: '#7F7050'

red 127 ◦ green 112 ◦ blue 80

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

Shades of Shadow #7F7050

Tints of Shadow #7F7050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 39.81%
G = 35.11%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#7F7050 (or 0x7F7050) is known color: Shadow. HEX triplet: 7F, 70 and 50. RGB value is (127,112,80). Sum of RGB (Red+Green+Blue) = 127+112+80=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7050 is #808FAF. Grayscale: #707070. Windows color (decimal): -8425392 or 5271679. OLE color: 5271679.

HSL color Cylindrical-coordinate representation of color #7F7050: hue angle of 40.85º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F7050 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 112 80 -
CMYK 0 0.12 0.37 0.50
HSL 40.85º 0.23% 0.41% -
HSV(B) 40.85º 0.37% 0.5% -
XYZ 15.99 16.68 9.97 -
YUV 112.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 127 112 80 0 0.12 0.37 0.50 40.85 0.23 0.41
Hex 7F 70 50 0 C 25 32 29 17 29
Octal 177 160 120 0 14 45 62 51 27 51
Binary 1111111 1110000 1010000 0 1100 100101 110010 101001 10111 101001

Color Harmonies of #7F7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7050

Black with #7F7050

Text Example


Text Example

White with #7F7050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,112,80); }

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

background-color css

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

 a { background-color: rgb(127,112,80); }

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

border-color css

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

 span { border-color: rgb(127,112,80); }

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