#77858E

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

Shades of Regent Grey #77858E

Tints of Regent Grey #77858E

Color information

#77858E (or 0x77858E) is unknown color: approx Regent Grey. HEX triplet: 77, 85 and 8E. RGB value is (119,133,142). Sum of RGB (Red+Green+Blue) = 119+133+142=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 142 - color contains mainly: blue. Hex color #77858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77858E is #887A71. Grayscale: #818181. Windows color (decimal): -8944242 or 9340279. OLE color: 9340279.

HSL color Cylindrical-coordinate representation of color #77858E: hue angle of 203.48º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77858E is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119133142-
CMYK0.160.0600.44
HSL203.48º9.24%51.18%-
HSV(B)203.48º16.2%55.69%-
XYZ20.8822.6528.86-
YUV129.84134.86120.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=30.20%
G=33.76%
B=36.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191331420.160.0600.44203.489.2451.18
Hex77858E10602Ccb933
Octal1672052162060543131163
Binary11101111000010110001110100001100101100110010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77858E; }

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

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

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

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

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

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

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

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