#908875

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

Shades of Heathered Grey #908875

Tints of Heathered Grey #908875

Color information

#908875 (or 0x908875) is unknown color: approx Heathered Grey. HEX triplet: 90, 88 and 75. RGB value is (144,136,117). Sum of RGB (Red+Green+Blue) = 144+136+117=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #908875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908875 is #6F778A. Grayscale: #888888. Windows color (decimal): -7305099 or 7702672. OLE color: 7702672.

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

Color convert

RGB144136117-
CMYK00.060.190.44
HSL42.22º10.84%51.18%-
HSV(B)42.22º18.75%56.47%-
XYZ23.5224.8220.38-
YUV136.23117.15133.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=36.27%
G=34.26%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413611700.060.190.4442.2210.8451.18
Hex90887506132C2ab33
Octal220210165062354521363
Binary100100001000100011101010110100111011001010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908875; }

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

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

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

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

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

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

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

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