#778A8E

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

Shades of Regent Grey #778A8E

Tints of Regent Grey #778A8E

Color information

#778A8E (or 0x778A8E) is unknown color: approx Regent Grey. HEX triplet: 77, 8A and 8E. RGB value is (119,138,142). Sum of RGB (Red+Green+Blue) = 119+138+142=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 142 - color contains mainly: blue. Hex color #778A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778A8E is #887571. Grayscale: #848484. Windows color (decimal): -8942962 or 9341559. OLE color: 9341559.

HSL color Cylindrical-coordinate representation of color #778A8E: hue angle of 190.43º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778A8E is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119138142-
CMYK0.160.0300.44
HSL190.43º9.24%51.18%-
HSV(B)190.43º16.2%55.69%-
XYZ21.5824.0529.1-
YUV132.77133.21118.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=29.82%
G=34.59%
B=35.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191381420.160.0300.44190.439.2451.18
Hex778A8E10302Cbe933
Octal1672122162030542761163
Binary1110111100010101000111010000110101100101111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778A8E; }

 p { color: rgb(119,138,142); }

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

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

 a { background-color: rgb(119,138,142); }

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

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

 span { border-color: rgb(119,138,142); }

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