Html Css Color HEX #7F745F Stonewall

📋 copy color: '#7F745F'

red 127 ◦ green 116 ◦ blue 95

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

Shades of Stonewall #7F745F

Tints of Stonewall #7F745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 37.57%
G = 34.32%
B = 28.11%

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

#7F745F (or 0x7F745F) is known color: Stonewall. HEX triplet: 7F, 74 and 5F. RGB value is (127,116,95). Sum of RGB (Red+Green+Blue) = 127+116+95=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F745F is #808BA0. Grayscale: #747474. Windows color (decimal): -8424353 or 6255743. OLE color: 6255743.

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

Color convert

RGB 127 116 95 -
CMYK 0 0.09 0.25 0.50
HSL 39.38º 0.14% 0.44% -
HSV(B) 39.38º 0.25% 0.5% -
XYZ 17.06 17.83 13.37 -
YUV 116.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 127 116 95 0 0.09 0.25 0.50 39.38 0.14 0.44
Hex 7F 74 5F 0 9 19 32 27 E 2C
Octal 177 164 137 0 11 31 62 47 16 54
Binary 1111111 1110100 1011111 0 1001 11001 110010 100111 1110 101100

Color Harmonies of #7F745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F745F

Black with #7F745F

Text Example


Text Example

White with #7F745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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