#7C7662

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

Shades of Stonewall #7C7662

Tints of Stonewall #7C7662

Color information

#7C7662 (or 0x7C7662) is unknown color: approx Stonewall. HEX triplet: 7C, 76 and 62. RGB value is (124,118,98). Sum of RGB (Red+Green+Blue) = 124+118+98=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7662 is #83899D. Grayscale: #757575. Windows color (decimal): -8620446 or 6452860. OLE color: 6452860.

HSL color Cylindrical-coordinate representation of color #7C7662: hue angle of 46.15º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C7662 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB12411898-
CMYK00.050.210.51
HSL46.15º11.71%43.53%-
HSV(B)46.15º20.97%48.63%-
XYZ1718.1214.16-
YUV117.51116.99132.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.47%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=36.47%
G=34.71%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241189800.050.210.5146.1511.7143.53
Hex7C76620515332ec2c
Octal174166142052563561454
Binary1111100111011011000100101101011100111011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,118,98); }

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

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

 a { background-color: rgb(124,118,98); }

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

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

 span { border-color: rgb(124,118,98); }

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