Html Css Color HEX #7F735F Stonewall

📋 copy color: '#7F735F'

red 127 ◦ green 115 ◦ blue 95

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

Shades of Stonewall #7F735F

Tints of Stonewall #7F735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 37.69%
G = 34.12%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F735F (or 0x7F735F) is known color: Stonewall. HEX triplet: 7F, 73 and 5F. RGB value is (127,115,95). Sum of RGB (Red+Green+Blue) = 127+115+95=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F735F is #808CA0. Grayscale: #747474. Windows color (decimal): -8424609 or 6255487. OLE color: 6255487.

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

Color convert

RGB 127 115 95 -
CMYK 0 0.09 0.25 0.50
HSL 37.5º 0.14% 0.44% -
HSV(B) 37.5º 0.25% 0.5% -
XYZ 16.95 17.6 13.33 -
YUV 116.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 127 115 95 0 0.09 0.25 0.50 37.5 0.14 0.44
Hex 7F 73 5F 0 9 19 32 26 E 2C
Octal 177 163 137 0 11 31 62 46 16 54
Binary 1111111 1110011 1011111 0 1001 11001 110010 100110 1110 101100

Color Harmonies of #7F735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F735F

Black with #7F735F

Text Example


Text Example

White with #7F735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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