Html Css Color HEX #7F725F Stonewall

📋 copy color: '#7F725F'

red 127 ◦ green 114 ◦ blue 95

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

Shades of Stonewall #7F725F

Tints of Stonewall #7F725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 37.8%
G = 33.93%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F725F (or 0x7F725F) is known color: Stonewall. HEX triplet: 7F, 72 and 5F. RGB value is (127,114,95). Sum of RGB (Red+Green+Blue) = 127+114+95=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F725F is #808DA0. Grayscale: #737373. Windows color (decimal): -8424865 or 6255231. OLE color: 6255231.

HSL color Cylindrical-coordinate representation of color #7F725F: hue angle of 35.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F725F is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 114 95 -
CMYK 0 0.10 0.25 0.50
HSL 35.63º 0.14% 0.44% -
HSV(B) 35.63º 0.25% 0.5% -
XYZ 16.84 17.37 13.29 -
YUV 115.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 127 114 95 0 0.10 0.25 0.50 35.63 0.14 0.44
Hex 7F 72 5F 0 A 19 32 24 E 2C
Octal 177 162 137 0 12 31 62 44 16 54
Binary 1111111 1110010 1011111 0 1010 11001 110010 100100 1110 101100

Color Harmonies of #7F725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F725F

Black with #7F725F

Text Example


Text Example

White with #7F725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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