#778990

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

Shades of Regent Grey #778990

Tints of Regent Grey #778990

Color information

#778990 (or 0x778990) is unknown color: approx Regent Grey. HEX triplet: 77, 89 and 90. RGB value is (119,137,144). Sum of RGB (Red+Green+Blue) = 119+137+144=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #778990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778990 is #88766F. Grayscale: #848484. Windows color (decimal): -8943216 or 9472375. OLE color: 9472375.

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

Color convert

RGB119137144-
CMYK0.170.0500.44
HSL196.8º10.12%51.57%-
HSV(B)196.8º17.36%56.47%-
XYZ21.5923.8329.85-
YUV132.42134.54118.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.75%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 144 (56.64% from 255) = 36%
R=29.75%
G=34.25%
B=36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191371440.170.0500.44196.810.1251.57
Hex77899011502Cc5a34
Octal1672112202150543051264
Binary11101111000100110010000100011010101100110001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778990; }

 p { color: rgb(119,137,144); }

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

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

 a { background-color: rgb(119,137,144); }

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

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

 span { border-color: rgb(119,137,144); }

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