#926E7A

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

Shades of Venus #926E7A

Tints of Venus #926E7A

Color information

#926E7A (or 0x926E7A) is unknown color: approx Venus. HEX triplet: 92, 6E and 7A. RGB value is (146,110,122). Sum of RGB (Red+Green+Blue) = 146+110+122=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #926E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E7A is #6D9185. Grayscale: #7A7A7A. Windows color (decimal): -7180678 or 8023698. OLE color: 8023698.

HSL color Cylindrical-coordinate representation of color #926E7A: hue angle of 340º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E7A is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB146110122-
CMYK00.250.160.43
HSL340º14.17%50.2%-
HSV(B)340º24.66%57.25%-
XYZ20.9418.6720.91-
YUV122.13127.93145.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 110 (43.36% from 255) = 29.10%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=38.62%
G=29.10%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611012200.250.160.4334014.1750.2
Hex926E7A019102B154e32
Octal22215617203120535241662
Binary1001001011011101111010011001100001010111010101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926E7A; }

 p { color: rgb(146,110,122); }

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

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

 a { background-color: rgb(146,110,122); }

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

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

 span { border-color: rgb(146,110,122); }

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