#7F7763

Color #7F7763 Stonewall (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stonewall #7F7763

Tints of Stonewall #7F7763

Color information

#7F7763 (or 0x7F7763) is unknown color: approx Stonewall. HEX triplet: 7F, 77 and 63. RGB value is (127,119,99). Sum of RGB (Red+Green+Blue) = 127+119+99=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7763 is #80889C. Grayscale: #777777. Windows color (decimal): -8423581 or 6518655. OLE color: 6518655.

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

Color convert

RGB12711999-
CMYK00.060.220.50
HSL42.86º12.39%44.31%-
HSV(B)42.86º22.05%49.8%-
XYZ17.618.6114.47-
YUV119.11116.65133.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.81%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=36.81%
G=34.49%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271199900.060.220.5042.8612.3944.31
Hex7F77630616322bc2c
Octal177167143062662531454
Binary1111111111011111000110110101101100101010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F7763;
 }
 .AnyTagClassName
 {
   color: #7F7763;
 }
</style>
background-color css

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

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

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

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

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

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