Html Css Color HEX #7F775D Stonewall

📋 copy color: '#7F775D'

red 127 ◦ green 119 ◦ blue 93

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

Shades of Stonewall #7F775D

Tints of Stonewall #7F775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 37.46%
G = 35.1%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#7F775D (or 0x7F775D) is known color: Stonewall. HEX triplet: 7F, 77 and 5D. RGB value is (127,119,93). Sum of RGB (Red+Green+Blue) = 127+119+93=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F775D is #8088A2. Grayscale: #767676. Windows color (decimal): -8423587 or 6125439. OLE color: 6125439.

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

Color convert

RGB 127 119 93 -
CMYK 0 0.06 0.27 0.50
HSL 45.88º 0.15% 0.43% -
HSV(B) 45.88º 0.27% 0.5% -
XYZ 17.33 18.5 13.01 -
YUV 118.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 127 119 93 0 0.06 0.27 0.50 45.88 0.15 0.43
Hex 7F 77 5D 0 6 1B 32 2E F 2B
Octal 177 167 135 0 6 33 62 56 17 53
Binary 1111111 1110111 1011101 0 110 11011 110010 101110 1111 101011

Color Harmonies of #7F775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F775D

Black with #7F775D

Text Example


Text Example

White with #7F775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,119,93); }

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

background-color css

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

 a { background-color: rgb(127,119,93); }

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

border-color css

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

 span { border-color: rgb(127,119,93); }

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