#787267

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

Shades of Stonewall #787267

Tints of Stonewall #787267

Color information

#787267 (or 0x787267) is unknown color: approx Stonewall. HEX triplet: 78, 72 and 67. RGB value is (120,114,103). Sum of RGB (Red+Green+Blue) = 120+114+103=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #787267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787267 is #878D98. Grayscale: #727272. Windows color (decimal): -8883609 or 6779512. OLE color: 6779512.

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

Color convert

RGB120114103-
CMYK00.050.140.53
HSL38.82º7.62%43.73%-
HSV(B)38.82º14.17%47.06%-
XYZ16.2117.0115.26-
YUV114.54121.49131.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=35.61%
G=33.83%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011410300.050.140.5338.827.6243.73
Hex78726705E352782c
Octal170162147051665471054
Binary111100011100101100111010111101101011001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787267; }

 p { color: rgb(120,114,103); }

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

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

 a { background-color: rgb(120,114,103); }

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

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

 span { border-color: rgb(120,114,103); }

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