Html Css Color HEX #7F765E Stonewall

📋 copy color: '#7F765E'

red 127 ◦ green 118 ◦ blue 94

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

Shades of Stonewall #7F765E

Tints of Stonewall #7F765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

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

R = 37.46%
G = 34.81%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F765E (or 0x7F765E) is known color: Stonewall. HEX triplet: 7F, 76 and 5E. RGB value is (127,118,94). Sum of RGB (Red+Green+Blue) = 127+118+94=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F765E is #8089A1. Grayscale: #767676. Windows color (decimal): -8423842 or 6190719. OLE color: 6190719.

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

Color convert

RGB 127 118 94 -
CMYK 0 0.07 0.26 0.50
HSL 43.64º 0.15% 0.43% -
HSV(B) 43.64º 0.26% 0.5% -
XYZ 17.25 18.28 13.21 -
YUV 117.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 127 118 94 0 0.07 0.26 0.50 43.64 0.15 0.43
Hex 7F 76 5E 0 7 1A 32 2C F 2B
Octal 177 166 136 0 7 32 62 54 17 53
Binary 1111111 1110110 1011110 0 111 11010 110010 101100 1111 101011

Color Harmonies of #7F765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F765E

Black with #7F765E

Text Example


Text Example

White with #7F765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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