Html Css Color HEX #7F745E Stonewall

📋 copy color: '#7F745E'

red 127 ◦ green 116 ◦ blue 94

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

Shades of Stonewall #7F745E

Tints of Stonewall #7F745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 37.69%
G = 34.42%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F745E (or 0x7F745E) is known color: Stonewall. HEX triplet: 7F, 74 and 5E. RGB value is (127,116,94). Sum of RGB (Red+Green+Blue) = 127+116+94=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F745E is #808BA1. Grayscale: #747474. Windows color (decimal): -8424354 or 6190207. OLE color: 6190207.

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

Color convert

RGB 127 116 94 -
CMYK 0 0.09 0.26 0.50
HSL 40º 0.15% 0.43% -
HSV(B) 40º 0.26% 0.5% -
XYZ 17.02 17.81 13.13 -
YUV 116.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 127 116 94 0 0.09 0.26 0.50 40 0.15 0.43
Hex 7F 74 5E 0 9 1A 32 28 F 2B
Octal 177 164 136 0 11 32 62 50 17 53
Binary 1111111 1110100 1011110 0 1001 11010 110010 101000 1111 101011

Color Harmonies of #7F745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F745E

Black with #7F745E

Text Example


Text Example

White with #7F745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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