#92757F

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

Shades of Venus #92757F

Tints of Venus #92757F

Color information

#92757F (or 0x92757F) is unknown color: approx Venus. HEX triplet: 92, 75 and 7F. RGB value is (146,117,127). Sum of RGB (Red+Green+Blue) = 146+117+127=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #92757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92757F is #6D8A80. Grayscale: #7E7E7E. Windows color (decimal): -7178881 or 8353170. OLE color: 8353170.

HSL color Cylindrical-coordinate representation of color #92757F: hue angle of 339.31º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #92757F is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB146117127-
CMYK00.200.130.43
HSL339.31º11.74%51.57%-
HSV(B)339.31º19.86%57.25%-
XYZ22.0520.3722.85-
YUV126.81128.11141.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 127 (50% from 255) = 32.56%
R=37.44%
G=30%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611712700.200.130.43339.3111.7451.57
Hex92757F014D2B153c34
Octal22216517702415535231464
Binary100100101110101111111101010011011010111010100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92757F; }

 p { color: rgb(146,117,127); }

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

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

 a { background-color: rgb(146,117,127); }

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

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

 span { border-color: rgb(146,117,127); }

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