#7C7365

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

Shades of Stonewall #7C7365

Tints of Stonewall #7C7365

Color information

#7C7365 (or 0x7C7365) is unknown color: approx Stonewall. HEX triplet: 7C, 73 and 65. RGB value is (124,115,101). Sum of RGB (Red+Green+Blue) = 124+115+101=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7365 is #838C9A. Grayscale: #747474. Windows color (decimal): -8621211 or 6648700. OLE color: 6648700.

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

Color convert

RGB124115101-
CMYK00.070.190.51
HSL36.52º10.22%44.12%-
HSV(B)36.52º18.55%48.63%-
XYZ16.7917.4914.8-
YUV116.09119.48133.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.47%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=36.47%
G=33.82%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411510100.070.190.5136.5210.2244.12
Hex7C736507133325a2c
Octal174163145072363451254
Binary1111100111001111001010111100111100111001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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