#927279

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

Shades of Venus #927279

Tints of Venus #927279

Color information

#927279 (or 0x927279) is unknown color: approx Venus. HEX triplet: 92, 72 and 79. RGB value is (146,114,121). Sum of RGB (Red+Green+Blue) = 146+114+121=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #927279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927279 is #6D8D86. Grayscale: #7C7C7C. Windows color (decimal): -7179655 or 7959186. OLE color: 7959186.

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

Color convert

RGB146114121-
CMYK00.220.170.43
HSL346.88º12.8%50.98%-
HSV(B)346.88º21.92%57.25%-
XYZ21.3219.5320.73-
YUV124.37126.1143.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=38.32%
G=29.92%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611412100.220.170.43346.8812.850.98
Hex927279016112B15bd33
Octal22216217102621535331563
Binary1001001011100101111001010110100011010111010110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927279; }

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

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

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

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

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

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

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

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