Html Css Color HEX #7F7250 Shadow

📋 copy color: '#7F7250'

red 127 ◦ green 114 ◦ blue 80

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

Shades of Shadow #7F7250

Tints of Shadow #7F7250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

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

R = 39.56%
G = 35.51%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#7F7250 (or 0x7F7250) is known color: Shadow. HEX triplet: 7F, 72 and 50. RGB value is (127,114,80). Sum of RGB (Red+Green+Blue) = 127+114+80=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7250 is #808DAF. Grayscale: #727272. Windows color (decimal): -8424880 or 5272191. OLE color: 5272191.

HSL color Cylindrical-coordinate representation of color #7F7250: hue angle of 43.4º 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 #7F7250 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 114 80 -
CMYK 0 0.10 0.37 0.50
HSL 43.4º 0.23% 0.41% -
HSV(B) 43.4º 0.37% 0.5% -
XYZ 16.22 17.13 10.04 -
YUV 114.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 127 114 80 0 0.10 0.37 0.50 43.4 0.23 0.41
Hex 7F 72 50 0 A 25 32 2B 17 29
Octal 177 162 120 0 12 45 62 53 27 51
Binary 1111111 1110010 1010000 0 1010 100101 110010 101011 10111 101001

Color Harmonies of #7F7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7250

Black with #7F7250

Text Example


Text Example

White with #7F7250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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