#778187

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

Shades of Regent Grey #778187

Tints of Regent Grey #778187

Color information

#778187 (or 0x778187) is unknown color: approx Regent Grey. HEX triplet: 77, 81 and 87. RGB value is (119,129,135). Sum of RGB (Red+Green+Blue) = 119+129+135=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #778187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778187 is #887E78. Grayscale: #7E7E7E. Windows color (decimal): -8945273 or 8880503. OLE color: 8880503.

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

Color convert

RGB119129135-
CMYK0.120.0400.47
HSL202.5º6.3%49.8%-
HSV(B)202.5º11.85%52.94%-
XYZ19.8321.3726-
YUV126.69132.69122.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=31.07%
G=33.68%
B=35.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191291350.120.0400.47202.56.349.8
Hex778187C402Fca632
Octal167201207144057312662
Binary111011110000001100001111100100010111111001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778187; }

 p { color: rgb(119,129,135); }

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

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

 a { background-color: rgb(119,129,135); }

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

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

 span { border-color: rgb(119,129,135); }

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