#77898E

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

Shades of Regent Grey #77898E

Tints of Regent Grey #77898E

Color information

#77898E (or 0x77898E) is unknown color: approx Regent Grey. HEX triplet: 77, 89 and 8E. RGB value is (119,137,142). Sum of RGB (Red+Green+Blue) = 119+137+142=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #77898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77898E is #887671. Grayscale: #848484. Windows color (decimal): -8943218 or 9341303. OLE color: 9341303.

HSL color Cylindrical-coordinate representation of color #77898E: hue angle of 193.04º 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 #77898E is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119137142-
CMYK0.160.0400.44
HSL193.04º9.24%51.18%-
HSV(B)193.04º16.2%55.69%-
XYZ21.4423.7729.05-
YUV132.19133.54118.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 137 (53.91% from 255) = 34.42%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=29.90%
G=34.42%
B=35.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191371420.160.0400.44193.049.2451.18
Hex77898E10402Cc1933
Octal1672112162040543011163
Binary11101111000100110001110100001000101100110000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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