#778A91

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

Shades of Regent Grey #778A91

Tints of Regent Grey #778A91

Color information

#778A91 (or 0x778A91) is unknown color: approx Regent Grey. HEX triplet: 77, 8A and 91. RGB value is (119,138,145). Sum of RGB (Red+Green+Blue) = 119+138+145=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #778A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778A91 is #88756E. Grayscale: #858585. Windows color (decimal): -8942959 or 9538167. OLE color: 9538167.

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

Color convert

RGB119138145-
CMYK0.180.0500.43
HSL196.15º10.57%51.76%-
HSV(B)196.15º17.93%56.86%-
XYZ21.8124.1430.3-
YUV133.12134.71117.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=29.60%
G=34.33%
B=36.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191381450.180.0500.43196.1510.5751.76
Hex778A9112502Bc4b34
Octal1672122212250533041364
Binary11101111000101010010001100101010101011110001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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