#926E79

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

Shades of Venus #926E79

Tints of Venus #926E79

Color information

#926E79 (or 0x926E79) is unknown color: approx Venus. HEX triplet: 92, 6E and 79. RGB value is (146,110,121). Sum of RGB (Red+Green+Blue) = 146+110+121=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #926E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E79 is #6D9186. Grayscale: #7A7A7A. Windows color (decimal): -7180679 or 7958162. OLE color: 7958162.

HSL color Cylindrical-coordinate representation of color #926E79: hue angle of 341.67º 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 #926E79 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB146110121-
CMYK00.250.170.43
HSL341.67º14.17%50.2%-
HSV(B)341.67º24.66%57.25%-
XYZ20.8818.6420.59-
YUV122.02127.43145.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=38.73%
G=29.18%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611012100.250.170.43341.6714.1750.2
Hex926E79019112B156e32
Octal22215617103121535261662
Binary1001001011011101111001011001100011010111010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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