#92847F

Color #92847F Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #92847F

Tints of Suva Grey #92847F

Color information

#92847F (or 0x92847F) is unknown color: approx Suva Grey. HEX triplet: 92, 84 and 7F. RGB value is (146,132,127). Sum of RGB (Red+Green+Blue) = 146+132+127=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #92847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92847F is #6D7B80. Grayscale: #878787. Windows color (decimal): -7175041 or 8357010. OLE color: 8357010.

HSL color Cylindrical-coordinate representation of color #92847F: hue angle of 15.79º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92847F is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB146132127-
CMYK00.100.130.43
HSL15.79º8.02%53.53%-
HSV(B)15.79º13.01%57.25%-
XYZ23.9424.1523.48-
YUV135.62123.14135.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.05%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 127 (50% from 255) = 31.36%
R=36.05%
G=32.59%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613212700.100.130.4315.798.0253.53
Hex92847F0AD2B10836
Octal2222041770121553201066
Binary10010010100001001111111010101101101011100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92847F; }

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

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

<style>
 a { background-color: #92847F; }

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

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

<style>
 span { border-color: #92847F; }

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

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