#927379

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

Shades of Venus #927379

Tints of Venus #927379

Color information

#927379 (or 0x927379) is unknown color: approx Venus. HEX triplet: 92, 73 and 79. RGB value is (146,115,121). Sum of RGB (Red+Green+Blue) = 146+115+121=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #927379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927379 is #6D8C86. Grayscale: #7C7C7C. Windows color (decimal): -7179399 or 7959442. OLE color: 7959442.

HSL color Cylindrical-coordinate representation of color #927379: hue angle of 348.39º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #927379 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB146115121-
CMYK00.210.170.43
HSL348.39º12.45%51.18%-
HSV(B)348.39º21.23%57.25%-
XYZ21.4419.7520.77-
YUV124.95125.77143.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=38.22%
G=30.10%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611512100.210.170.43348.3912.4551.18
Hex927379015112B15cc33
Octal22216317102521535341463
Binary1001001011100111111001010101100011010111010111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927379; }

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

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

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

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

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

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

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

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