#7F7665

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

Shades of Stonewall #7F7665

Tints of Stonewall #7F7665

Color information

#7F7665 (or 0x7F7665) is unknown color: approx Stonewall. HEX triplet: 7F, 76 and 65. RGB value is (127,118,101). Sum of RGB (Red+Green+Blue) = 127+118+101=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7665 is #80899A. Grayscale: #767676. Windows color (decimal): -8423835 or 6649471. OLE color: 6649471.

HSL color Cylindrical-coordinate representation of color #7F7665: hue angle of 39.23º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F7665 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB127118101-
CMYK00.070.200.50
HSL39.23º11.4%44.71%-
HSV(B)39.23º20.47%49.8%-
XYZ17.5818.4114.94-
YUV118.75117.98133.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.71%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=36.71%
G=34.10%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711810100.070.200.5039.2311.444.71
Hex7F766507143227b2d
Octal177166145072462471355
Binary1111111111011011001010111101001100101001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,118,101); }

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

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

 a { background-color: rgb(127,118,101); }

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

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

 span { border-color: rgb(127,118,101); }

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