#928F88

Color #928F88 Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #928F88

Tints of Heathered Grey #928F88

Color information

#928F88 (or 0x928F88) is unknown color: approx Heathered Grey. HEX triplet: 92, 8F and 88. RGB value is (146,143,136). Sum of RGB (Red+Green+Blue) = 146+143+136=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 146 - color contains mainly: red. Hex color #928F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928F88 is #6D7077. Grayscale: #8F8F8F. Windows color (decimal): -7172216 or 8949650. OLE color: 8949650.

HSL color Cylindrical-coordinate representation of color #928F88: hue angle of 42º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #928F88 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB146143136-
CMYK00.020.070.43
HSL42º4.39%55.29%-
HSV(B)42º6.85%57.25%-
XYZ26.1227.5327.23-
YUV143.1123.99130.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 136 (53.52% from 255) = 32%
R=34.35%
G=33.65%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614313600.020.070.43424.3955.29
Hex928F880272B2a437
Octal2222172100275352467
Binary100100101000111110001000010111101011101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928F88; }

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

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

<style>
 a { background-color: #928F88; }

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

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

<style>
 span { border-color: #928F88; }

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

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