#7C7362

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

Shades of Stonewall #7C7362

Tints of Stonewall #7C7362

Color information

#7C7362 (or 0x7C7362) is unknown color: approx Stonewall. HEX triplet: 7C, 73 and 62. RGB value is (124,115,98). Sum of RGB (Red+Green+Blue) = 124+115+98=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7362 is #838C9D. Grayscale: #737373. Windows color (decimal): -8621214 or 6452092. OLE color: 6452092.

HSL color Cylindrical-coordinate representation of color #7C7362: hue angle of 39.23º 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 #7C7362 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB12411598-
CMYK00.070.210.51
HSL39.23º11.71%43.53%-
HSV(B)39.23º20.97%48.63%-
XYZ16.6517.4314.04-
YUV115.75117.98133.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=36.80%
G=34.12%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241159800.070.210.5139.2311.7143.53
Hex7C736207153327c2c
Octal174163142072563471454
Binary1111100111001111000100111101011100111001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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