#788186

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

Shades of Regent Grey #788186

Tints of Regent Grey #788186

Color information

#788186 (or 0x788186) is unknown color: approx Regent Grey. HEX triplet: 78, 81 and 86. RGB value is (120,129,134). Sum of RGB (Red+Green+Blue) = 120+129+134=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: blue. Hex color #788186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788186 is #877E79. Grayscale: #7E7E7E. Windows color (decimal): -8879738 or 8814968. OLE color: 8814968.

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

Color convert

RGB120129134-
CMYK0.100.0400.47
HSL201.43º5.51%49.8%-
HSV(B)201.43º10.45%52.55%-
XYZ19.921.4125.64-
YUV126.88132.02123.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=31.33%
G=33.68%
B=34.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201291340.100.0400.47201.435.5149.8
Hex788186A402Fc9632
Octal170201206124057311662
Binary111100010000001100001101010100010111111001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788186; }

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

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

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

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

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

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

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

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