#907792

Color #907792 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #907792

Tints of Amethyst Smoke #907792

Color information

#907792 (or 0x907792) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 77 and 92. RGB value is (144,119,146). Sum of RGB (Red+Green+Blue) = 144+119+146=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 146 - color contains mainly: blue. Hex color #907792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907792 is #6F886D. Grayscale: #818181. Windows color (decimal): -7309422 or 9598864. OLE color: 9598864.

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

Color convert

RGB144119146-
CMYK0.010.1800.43
HSL295.56º11.02%51.96%-
HSV(B)295.56º18.49%57.25%-
XYZ23.2921.230.06-
YUV129.55137.28138.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 146 (57.42% from 255) = 35.70%
R=35.21%
G=29.10%
B=35.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441191460.010.1800.43295.5611.0251.96
Hex90779211202B128b34
Octal2201672221220534501364
Binary1001000011101111001001011001001010111001010001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907792; }

 p { color: rgb(144,119,146); }

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

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

 a { background-color: rgb(144,119,146); }

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

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

 span { border-color: rgb(144,119,146); }

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