#918A7B

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

Shades of Heathered Grey #918A7B

Tints of Heathered Grey #918A7B

Color information

#918A7B (or 0x918A7B) is unknown color: approx Heathered Grey. HEX triplet: 91, 8A and 7B. RGB value is (145,138,123). Sum of RGB (Red+Green+Blue) = 145+138+123=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 145 - color contains mainly: red. Hex color #918A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A7B is #6E7584. Grayscale: #8A8A8A. Windows color (decimal): -7239045 or 8096401. OLE color: 8096401.

HSL color Cylindrical-coordinate representation of color #918A7B: hue angle of 40.91º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #918A7B is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB145138123-
CMYK00.050.150.43
HSL40.91º9.09%52.55%-
HSV(B)40.91º15.17%56.86%-
XYZ24.3425.6322.4-
YUV138.38119.32132.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.71%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=35.71%
G=33.99%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513812300.050.150.4340.919.0952.55
Hex918A7B05F2B29935
Octal221212173051753511165
Binary10010001100010101111011010111111010111010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918A7B; }

 p { color: rgb(145,138,123); }

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

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

 a { background-color: rgb(145,138,123); }

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

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

 span { border-color: rgb(145,138,123); }

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