#928788

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

Shades of Venus #928788

Tints of Venus #928788

Color information

#928788 (or 0x928788) is unknown color: approx Venus. HEX triplet: 92, 87 and 88. RGB value is (146,135,136). Sum of RGB (Red+Green+Blue) = 146+135+136=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #928788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928788 is #6D7877. Grayscale: #8A8A8A. Windows color (decimal): -7174264 or 8947602. OLE color: 8947602.

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

Color convert

RGB146135136-
CMYK00.080.070.43
HSL354.55º4.8%55.1%-
HSV(B)354.55º7.53%57.25%-
XYZ24.9625.2226.84-
YUV138.4126.64133.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=35.01%
G=32.37%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613513600.080.070.43354.554.855.1
Hex9287880872B163537
Octal222207210010753543567
Binary10010010100001111000100001000111101011101100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928788; }

 p { color: rgb(146,135,136); }

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

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

 a { background-color: rgb(146,135,136); }

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

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

 span { border-color: rgb(146,135,136); }

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