#787368

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

Shades of Stonewall #787368

Tints of Stonewall #787368

Color information

#787368 (or 0x787368) is unknown color: approx Stonewall. HEX triplet: 78, 73 and 68. RGB value is (120,115,104). Sum of RGB (Red+Green+Blue) = 120+115+104=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #787368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787368 is #878C97. Grayscale: #737373. Windows color (decimal): -8883352 or 6845304. OLE color: 6845304.

HSL color Cylindrical-coordinate representation of color #787368: hue angle of 41.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787368 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB120115104-
CMYK00.040.130.53
HSL41.25º7.14%43.92%-
HSV(B)41.25º13.33%47.06%-
XYZ16.3817.2515.56-
YUV115.24121.66131.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=35.40%
G=33.92%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011510400.040.130.5341.257.1443.92
Hex78736804D352972c
Octal17016315004156551754
Binary11110001110011110100001001101110101101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787368; }

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

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

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

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

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

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

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

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