#928084

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

Shades of Venus #928084

Tints of Venus #928084

Color information

#928084 (or 0x928084) is unknown color: approx Venus. HEX triplet: 92, 80 and 84. RGB value is (146,128,132). Sum of RGB (Red+Green+Blue) = 146+128+132=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 146 - color contains mainly: red. Hex color #928084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928084 is #6D7F7B. Grayscale: #858585. Windows color (decimal): -7176060 or 8683666. OLE color: 8683666.

HSL color Cylindrical-coordinate representation of color #928084: hue angle of 346.67º 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 #928084 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146128132-
CMYK00.120.100.43
HSL346.67º7.63%53.73%-
HSV(B)346.67º12.33%57.25%-
XYZ23.7423.2225.06-
YUV133.84126.96136.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=35.96%
G=31.53%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612813200.120.100.43346.677.6353.73
Hex9280840CA2B15b836
Octal22220020401412535331066
Binary1001001010000000100001000110010101010111010110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928084; }

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

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

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

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

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

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

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

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