Html Css Color HEX #7F775E Stonewall

📋 copy color: '#7F775E'

red 127 ◦ green 119 ◦ blue 94

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

Shades of Stonewall #7F775E

Tints of Stonewall #7F775E

RGB

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

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

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

R = 37.35%
G = 35%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F775E (or 0x7F775E) is known color: Stonewall. HEX triplet: 7F, 77 and 5E. RGB value is (127,119,94). Sum of RGB (Red+Green+Blue) = 127+119+94=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F775E is #8088A1. Grayscale: #767676. Windows color (decimal): -8423586 or 6190975. OLE color: 6190975.

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

Color convert

RGB 127 119 94 -
CMYK 0 0.06 0.26 0.50
HSL 45.45º 0.15% 0.43% -
HSV(B) 45.45º 0.26% 0.5% -
XYZ 17.37 18.51 13.25 -
YUV 118.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 127 119 94 0 0.06 0.26 0.50 45.45 0.15 0.43
Hex 7F 77 5E 0 6 1A 32 2D F 2B
Octal 177 167 136 0 6 32 62 55 17 53
Binary 1111111 1110111 1011110 0 110 11010 110010 101101 1111 101011

Color Harmonies of #7F775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F775E

Black with #7F775E

Text Example


Text Example

White with #7F775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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