Html Css Color HEX #7F7760 Stonewall

📋 copy color: '#7F7760'

red 127 ◦ green 119 ◦ blue 96

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

Shades of Stonewall #7F7760

Tints of Stonewall #7F7760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 37.13%
G = 34.8%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F7760 (or 0x7F7760) is known color: Stonewall. HEX triplet: 7F, 77 and 60. RGB value is (127,119,96). Sum of RGB (Red+Green+Blue) = 127+119+96=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7760 is #80889F. Grayscale: #767676. Windows color (decimal): -8423584 or 6322047. OLE color: 6322047.

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

Color convert

RGB 127 119 96 -
CMYK 0 0.06 0.24 0.50
HSL 44.52º 0.14% 0.44% -
HSV(B) 44.52º 0.24% 0.5% -
XYZ 17.46 18.55 13.73 -
YUV 118.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 127 119 96 0 0.06 0.24 0.50 44.52 0.14 0.44
Hex 7F 77 60 0 6 18 32 2D E 2C
Octal 177 167 140 0 6 30 62 55 16 54
Binary 1111111 1110111 1100000 0 110 11000 110010 101101 1110 101100

Color Harmonies of #7F7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7760

Black with #7F7760

Text Example


Text Example

White with #7F7760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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