#778286

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

Shades of Regent Grey #778286

Tints of Regent Grey #778286

Color information

#778286 (or 0x778286) is unknown color: approx Regent Grey. HEX triplet: 77, 82 and 86. RGB value is (119,130,134). Sum of RGB (Red+Green+Blue) = 119+130+134=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: blue. Hex color #778286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778286 is #887D79. Grayscale: #7F7F7F. Windows color (decimal): -8945018 or 8815223. OLE color: 8815223.

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

Color convert

RGB119130134-
CMYK0.110.0300.47
HSL196º5.93%49.61%-
HSV(B)196º11.19%52.55%-
XYZ19.8921.6125.68-
YUV127.17131.86122.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=31.07%
G=33.94%
B=34.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191301340.110.0300.471965.9349.61
Hex778286B302Fc4632
Octal167202206133057304662
Binary11101111000001010000110101111010111111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778286; }

 p { color: rgb(119,130,134); }

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

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

 a { background-color: rgb(119,130,134); }

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

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

 span { border-color: rgb(119,130,134); }

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