#927784

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

Shades of Venus #927784

Tints of Venus #927784

Color information

#927784 (or 0x927784) is unknown color: approx Venus. HEX triplet: 92, 77 and 84. RGB value is (146,119,132). Sum of RGB (Red+Green+Blue) = 146+119+132=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #927784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927784 is #6D887B. Grayscale: #808080. Windows color (decimal): -7178364 or 8681362. OLE color: 8681362.

HSL color Cylindrical-coordinate representation of color #927784: hue angle of 331.11º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #927784 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146119132-
CMYK00.180.100.43
HSL331.11º11.02%51.96%-
HSV(B)331.11º18.49%57.25%-
XYZ22.6220.9724.69-
YUV128.55129.95140.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=36.78%
G=29.97%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611913200.180.100.43331.1111.0251.96
Hex927784012A2B14bb34
Octal22216720402212535131364
Binary1001001011101111000010001001010101010111010010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927784; }

 p { color: rgb(146,119,132); }

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

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

 a { background-color: rgb(146,119,132); }

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

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

 span { border-color: rgb(146,119,132); }

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