Html Css Color HEX #7F725C Stonewall

📋 copy color: '#7F725C'

red 127 ◦ green 114 ◦ blue 92

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

Shades of Stonewall #7F725C

Tints of Stonewall #7F725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 38.14%
G = 34.23%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F725C (or 0x7F725C) is known color: Stonewall. HEX triplet: 7F, 72 and 5C. RGB value is (127,114,92). Sum of RGB (Red+Green+Blue) = 127+114+92=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F725C is #808DA3. Grayscale: #737373. Windows color (decimal): -8424868 or 6058623. OLE color: 6058623.

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

Color convert

RGB 127 114 92 -
CMYK 0 0.10 0.28 0.50
HSL 37.71º 0.16% 0.43% -
HSV(B) 37.71º 0.28% 0.5% -
XYZ 16.7 17.32 12.59 -
YUV 115.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 127 114 92 0 0.10 0.28 0.50 37.71 0.16 0.43
Hex 7F 72 5C 0 A 1C 32 26 10 2B
Octal 177 162 134 0 12 34 62 46 20 53
Binary 1111111 1110010 1011100 0 1010 11100 110010 100110 10000 101011

Color Harmonies of #7F725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F725C

Black with #7F725C

Text Example


Text Example

White with #7F725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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