#927883

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

Shades of Venus #927883

Tints of Venus #927883

Color information

#927883 (or 0x927883) is unknown color: approx Venus. HEX triplet: 92, 78 and 83. RGB value is (146,120,131). Sum of RGB (Red+Green+Blue) = 146+120+131=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #927883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927883 is #6D877C. Grayscale: #818181. Windows color (decimal): -7178109 or 8616082. OLE color: 8616082.

HSL color Cylindrical-coordinate representation of color #927883: hue angle of 334.62º 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 #927883 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146120131-
CMYK00.180.100.43
HSL334.62º10.66%52.16%-
HSV(B)334.62º17.81%57.25%-
XYZ22.6721.1824.37-
YUV129.03129.11140.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=36.78%
G=30.23%
B=33.00%

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
Decimal14612013100.180.100.43334.6210.6652.16
Hex927883012A2B14fb34
Octal22217020302212535171364
Binary1001001011110001000001101001010101010111010011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927883; }

 p { color: rgb(146,120,131); }

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

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

 a { background-color: rgb(146,120,131); }

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

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

 span { border-color: rgb(146,120,131); }

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