#778185

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

Shades of Regent Grey #778185

Tints of Regent Grey #778185

Color information

#778185 (or 0x778185) is unknown color: approx Regent Grey. HEX triplet: 77, 81 and 85. RGB value is (119,129,133). Sum of RGB (Red+Green+Blue) = 119+129+133=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: blue. Hex color #778185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778185 is #887E7A. Grayscale: #7E7E7E. Windows color (decimal): -8945275 or 8749431. OLE color: 8749431.

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

Color convert

RGB119129133-
CMYK0.110.0300.48
HSL197.14º5.56%49.41%-
HSV(B)197.14º10.53%52.16%-
XYZ19.6921.3225.27-
YUV126.47131.69122.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.23%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=31.23%
G=33.86%
B=34.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191291330.110.0300.48197.145.5649.41
Hex778185B3030c5631
Octal167201205133060305661
Binary11101111000000110000101101111011000011000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778185; }

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

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

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

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

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

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

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

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