#926F79

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

Shades of Venus #926F79

Tints of Venus #926F79

Color information

#926F79 (or 0x926F79) is unknown color: approx Venus. HEX triplet: 92, 6F and 79. RGB value is (146,111,121). Sum of RGB (Red+Green+Blue) = 146+111+121=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #926F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F79 is #6D9086. Grayscale: #7A7A7A. Windows color (decimal): -7180423 or 7958418. OLE color: 7958418.

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

Color convert

RGB146111121-
CMYK00.240.170.43
HSL342.86º13.83%50.39%-
HSV(B)342.86º23.97%57.25%-
XYZ20.9918.8620.62-
YUV122.6127.1144.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=38.62%
G=29.37%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611112100.240.170.43342.8613.8350.39
Hex926F79018112B157e32
Octal22215717103021535271662
Binary1001001011011111111001011000100011010111010101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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