#78736B

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

Shades of Stonewall #78736B

Tints of Stonewall #78736B

Color information

#78736B (or 0x78736B) is unknown color: approx Stonewall. HEX triplet: 78, 73 and 6B. RGB value is (120,115,107). Sum of RGB (Red+Green+Blue) = 120+115+107=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 120 - color contains mainly: red. Hex color #78736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78736B is #878C94. Grayscale: #737373. Windows color (decimal): -8883349 or 7041912. OLE color: 7041912.

HSL color Cylindrical-coordinate representation of color #78736B: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #78736B is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB120115107-
CMYK00.040.110.53
HSL36.92º5.73%44.51%-
HSV(B)36.92º10.83%47.06%-
XYZ16.5317.3216.38-
YUV115.58123.16131.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=35.09%
G=33.63%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011510700.040.110.5336.925.7344.51
Hex78736B04B352562d
Octal17016315304136545655
Binary11110001110011110101101001011110101100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78736B; }

 p { color: rgb(120,115,107); }

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

<style>
 a { background-color: #78736B; }

 a { background-color: rgb(120,115,107); }

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

<style>
 span { border-color: #78736B; }

 span { border-color: rgb(120,115,107); }

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