Html Css Color HEX #7F775F Stonewall

📋 copy color: '#7F775F'

red 127 ◦ green 119 ◦ blue 95

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

Shades of Stonewall #7F775F

Tints of Stonewall #7F775F

RGB

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

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

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

R = 37.24%
G = 34.9%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F775F (or 0x7F775F) is known color: Stonewall. HEX triplet: 7F, 77 and 5F. RGB value is (127,119,95). Sum of RGB (Red+Green+Blue) = 127+119+95=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F775F is #8088A0. Grayscale: #767676. Windows color (decimal): -8423585 or 6256511. OLE color: 6256511.

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

Color convert

RGB 127 119 95 -
CMYK 0 0.06 0.25 0.50
HSL 45º 0.14% 0.44% -
HSV(B) 45º 0.25% 0.5% -
XYZ 17.41 18.53 13.49 -
YUV 118.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 127 119 95 0 0.06 0.25 0.50 45 0.14 0.44
Hex 7F 77 5F 0 6 19 32 2D E 2C
Octal 177 167 137 0 6 31 62 55 16 54
Binary 1111111 1110111 1011111 0 110 11001 110010 101101 1110 101100

Color Harmonies of #7F775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F775F

Black with #7F775F

Text Example


Text Example

White with #7F775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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