#7F898A

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

Shades of Regent Grey #7F898A

Tints of Regent Grey #7F898A

Color information

#7F898A (or 0x7F898A) is unknown color: approx Regent Grey. HEX triplet: 7F, 89 and 8A. RGB value is (127,137,138). Sum of RGB (Red+Green+Blue) = 127+137+138=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F898A is #807675. Grayscale: #868686. Windows color (decimal): -8418934 or 9079167. OLE color: 9079167.

HSL color Cylindrical-coordinate representation of color #7F898A: hue angle of 185.45º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F898A is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB127137138-
CMYK0.080.0100.46
HSL185.45º4.49%51.96%-
HSV(B)185.45º7.97%54.12%-
XYZ22.2924.2427.55-
YUV134.12130.19122.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=31.59%
G=34.08%
B=34.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1271371380.080.0100.46185.454.4951.96
Hex7F898A8102Eb9434
Octal177211212101056271464
Binary1111111100010011000101010001010111010111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F898A; }

 p { color: rgb(127,137,138); }

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

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

 a { background-color: rgb(127,137,138); }

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

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

 span { border-color: rgb(127,137,138); }

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