#918875

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

Shades of Heathered Grey #918875

Tints of Heathered Grey #918875

Color information

#918875 (or 0x918875) is unknown color: approx Heathered Grey. HEX triplet: 91, 88 and 75. RGB value is (145,136,117). Sum of RGB (Red+Green+Blue) = 145+136+117=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #918875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918875 is #6E778A. Grayscale: #888888. Windows color (decimal): -7239563 or 7702673. OLE color: 7702673.

HSL color Cylindrical-coordinate representation of color #918875: hue angle of 40.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #918875 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB145136117-
CMYK00.060.190.43
HSL40.71º11.29%51.37%-
HSV(B)40.71º19.31%56.86%-
XYZ23.6924.9120.39-
YUV136.52116.98134.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=36.43%
G=34.17%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513611700.060.190.4340.7111.2951.37
Hex91887506132B29b33
Octal221210165062353511363
Binary100100011000100011101010110100111010111010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918875; }

 p { color: rgb(145,136,117); }

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

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

 a { background-color: rgb(145,136,117); }

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

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

 span { border-color: rgb(145,136,117); }

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