#788387

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

Shades of Regent Grey #788387

Tints of Regent Grey #788387

Color information

#788387 (or 0x788387) is unknown color: approx Regent Grey. HEX triplet: 78, 83 and 87. RGB value is (120,131,135). Sum of RGB (Red+Green+Blue) = 120+131+135=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #788387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788387 is #877C78. Grayscale: #808080. Windows color (decimal): -8879225 or 8881016. OLE color: 8881016.

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

Color convert

RGB120131135-
CMYK0.110.0300.47
HSL196º5.88%50%-
HSV(B)196º11.11%52.94%-
XYZ20.2421.9726.1-
YUV128.17131.86122.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 135 (53.12% from 255) = 34.97%
R=31.09%
G=33.94%
B=34.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201311350.110.0300.471965.8850
Hex788387B302Fc4632
Octal170203207133057304662
Binary11110001000001110000111101111010111111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788387; }

 p { color: rgb(120,131,135); }

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

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

 a { background-color: rgb(120,131,135); }

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

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

 span { border-color: rgb(120,131,135); }

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