#848F92

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

Shades of Regent Grey #848F92

Tints of Regent Grey #848F92

Color information

#848F92 (or 0x848F92) is unknown color: approx Regent Grey. HEX triplet: 84, 8F and 92. RGB value is (132,143,146). Sum of RGB (Red+Green+Blue) = 132+143+146=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 146 - color contains mainly: blue. Hex color #848F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848F92 is #7B706D. Grayscale: #8C8C8C. Windows color (decimal): -8089710 or 9604996. OLE color: 9604996.

HSL color Cylindrical-coordinate representation of color #848F92: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848F92 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB132143146-
CMYK0.100.0200.43
HSL192.86º6.03%54.51%-
HSV(B)192.86º9.59%57.25%-
XYZ24.5326.6331.04-
YUV140.05131.36122.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=31.35%
G=33.97%
B=34.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321431460.100.0200.43192.866.0354.51
Hex848F92A202Bc1637
Octal204217222122053301667
Binary100001001000111110010010101010010101111000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848F92; }

 p { color: rgb(132,143,146); }

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

<style>
 a { background-color: #848F92; }

 a { background-color: rgb(132,143,146); }

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

<style>
 span { border-color: #848F92; }

 span { border-color: rgb(132,143,146); }

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