#788586

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

Shades of Regent Grey #788586

Tints of Regent Grey #788586

Color information

#788586 (or 0x788586) is unknown color: approx Regent Grey. HEX triplet: 78, 85 and 86. RGB value is (120,133,134). Sum of RGB (Red+Green+Blue) = 120+133+134=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 134 - color contains mainly: blue. Hex color #788586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788586 is #877A79. Grayscale: #818181. Windows color (decimal): -8878714 or 8815992. OLE color: 8815992.

HSL color Cylindrical-coordinate representation of color #788586: hue angle of 184.29º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788586 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB120133134-
CMYK0.100.0100.47
HSL184.29º5.51%49.8%-
HSV(B)184.29º10.45%52.55%-
XYZ20.4422.4925.82-
YUV129.23130.69121.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=31.01%
G=34.37%
B=34.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201331340.100.0100.47184.295.5149.8
Hex788586A102Fb8632
Octal170205206121057270662
Binary1111000100001011000011010101010111110111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788586; }

 p { color: rgb(120,133,134); }

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

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

 a { background-color: rgb(120,133,134); }

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

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

 span { border-color: rgb(120,133,134); }

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