#788A91

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

Shades of Regent Grey #788A91

Tints of Regent Grey #788A91

Color information

#788A91 (or 0x788A91) is unknown color: approx Regent Grey. HEX triplet: 78, 8A and 91. RGB value is (120,138,145). Sum of RGB (Red+Green+Blue) = 120+138+145=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #788A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788A91 is #87756E. Grayscale: #858585. Windows color (decimal): -8877423 or 9538168. OLE color: 9538168.

HSL color Cylindrical-coordinate representation of color #788A91: hue angle of 196.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788A91 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB120138145-
CMYK0.170.0500.43
HSL196.8º10.2%51.96%-
HSV(B)196.8º17.24%56.86%-
XYZ21.9524.2130.31-
YUV133.42134.54118.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 138 (54.30% from 255) = 34.24%
BLUE value IS 145 (57.03% from 255) = 35.98%
R=29.78%
G=34.24%
B=35.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201381450.170.0500.43196.810.251.96
Hex788A9111502Bc5a34
Octal1702122212150533051264
Binary11110001000101010010001100011010101011110001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788A91; }

 p { color: rgb(120,138,145); }

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

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

 a { background-color: rgb(120,138,145); }

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

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

 span { border-color: rgb(120,138,145); }

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