#928980

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

Shades of Schooner #928980

Tints of Schooner #928980

Color information

#928980 (or 0x928980) is unknown color: approx Schooner. HEX triplet: 92, 89 and 80. RGB value is (146,137,128). Sum of RGB (Red+Green+Blue) = 146+137+128=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 146 - color contains mainly: red. Hex color #928980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928980 is #6D767F. Grayscale: #8A8A8A. Windows color (decimal): -7173760 or 8423826. OLE color: 8423826.

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

Color convert

RGB146137128-
CMYK00.060.120.43
HSL30º7.63%53.73%-
HSV(B)30º12.33%57.25%-
XYZ24.725.5624.05-
YUV138.66121.98133.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=35.52%
G=33.33%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613712800.060.120.43307.6353.73
Hex92898006C2B1e836
Octal222211200061453361066
Binary10010010100010011000000001101100101011111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928980; }

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

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

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

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

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

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

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

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