#928975

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

Shades of Heathered Grey #928975

Tints of Heathered Grey #928975

Color information

#928975 (or 0x928975) is unknown color: approx Heathered Grey. HEX triplet: 92, 89 and 75. RGB value is (146,137,117). Sum of RGB (Red+Green+Blue) = 146+137+117=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #928975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928975 is #6D768A. Grayscale: #898989. Windows color (decimal): -7173771 or 7702930. OLE color: 7702930.

HSL color Cylindrical-coordinate representation of color #928975: hue angle of 41.38º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #928975 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB146137117-
CMYK00.060.200.43
HSL41.38º11.74%51.57%-
HSV(B)41.38º19.86%57.25%-
XYZ24.0125.2920.44-
YUV137.41116.48134.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=36.5%
G=34.25%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613711700.060.200.4341.3811.7451.57
Hex92897506142B29c34
Octal222211165062453511464
Binary100100101000100111101010110101001010111010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928975; }

 p { color: rgb(146,137,117); }

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

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

 a { background-color: rgb(146,137,117); }

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

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

 span { border-color: rgb(146,137,117); }

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