#77878D

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

Shades of Regent Grey #77878D

Tints of Regent Grey #77878D

Color information

#77878D (or 0x77878D) is unknown color: approx Regent Grey. HEX triplet: 77, 87 and 8D. RGB value is (119,135,141). Sum of RGB (Red+Green+Blue) = 119+135+141=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #77878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77878D is #887872. Grayscale: #828282. Windows color (decimal): -8943731 or 9275255. OLE color: 9275255.

HSL color Cylindrical-coordinate representation of color #77878D: hue angle of 196.36º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77878D is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119135141-
CMYK0.160.0400.45
HSL196.36º8.8%50.98%-
HSV(B)196.36º15.6%55.29%-
XYZ21.0823.1728.56-
YUV130.9133.7119.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=30.13%
G=34.18%
B=35.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191351410.160.0400.45196.368.850.98
Hex77878D10402Dc4933
Octal1672072152040553041163
Binary11101111000011110001101100001000101101110001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77878D; }

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

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

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

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

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

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

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

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