#788486

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

Shades of Regent Grey #788486

Tints of Regent Grey #788486

Color information

#788486 (or 0x788486) is unknown color: approx Regent Grey. HEX triplet: 78, 84 and 86. RGB value is (120,132,134). Sum of RGB (Red+Green+Blue) = 120+132+134=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 134 - color contains mainly: blue. Hex color #788486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788486 is #877B79. Grayscale: #808080. Windows color (decimal): -8878970 or 8815736. OLE color: 8815736.

HSL color Cylindrical-coordinate representation of color #788486: hue angle of 188.57º 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 #788486 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB120132134-
CMYK0.100.0100.47
HSL188.57º5.51%49.8%-
HSV(B)188.57º10.45%52.55%-
XYZ20.322.2225.77-
YUV128.64131.02121.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=31.09%
G=34.20%
B=34.72%

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
Decimal1201321340.100.0100.47188.575.5149.8
Hex788486A102Fbd632
Octal170204206121057275662
Binary1111000100001001000011010101010111110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788486; }

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

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

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

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

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

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

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

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