#77888B

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

Shades of Regent Grey #77888B

Tints of Regent Grey #77888B

Color information

#77888B (or 0x77888B) is unknown color: approx Regent Grey. HEX triplet: 77, 88 and 8B. RGB value is (119,136,139). Sum of RGB (Red+Green+Blue) = 119+136+139=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #77888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77888B is #887774. Grayscale: #838383. Windows color (decimal): -8943477 or 9144439. OLE color: 9144439.

HSL color Cylindrical-coordinate representation of color #77888B: hue angle of 189º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #77888B is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119136139-
CMYK0.140.0200.45
HSL189º7.94%50.59%-
HSV(B)189º14.39%54.51%-
XYZ21.0723.3927.83-
YUV131.26132.37119.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=30.20%
G=34.52%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191361390.140.0200.451897.9450.59
Hex77888BE202Dbd833
Octal1672102131620552751063
Binary111011110001000100010111110100101101101111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77888B; }

 p { color: rgb(119,136,139); }

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

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

 a { background-color: rgb(119,136,139); }

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

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

 span { border-color: rgb(119,136,139); }

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