#92767F

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

Shades of Venus #92767F

Tints of Venus #92767F

Color information

#92767F (or 0x92767F) is unknown color: approx Venus. HEX triplet: 92, 76 and 7F. RGB value is (146,118,127). Sum of RGB (Red+Green+Blue) = 146+118+127=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #92767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92767F is #6D8980. Grayscale: #7F7F7F. Windows color (decimal): -7178625 or 8353426. OLE color: 8353426.

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

Color convert

RGB146118127-
CMYK00.190.130.43
HSL340.71º11.38%51.76%-
HSV(B)340.71º19.18%57.25%-
XYZ22.1620.622.89-
YUV127.4127.78141.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 127 (50% from 255) = 32.48%
R=37.34%
G=30.18%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611812700.190.130.43340.7111.3851.76
Hex92767F013D2B155b34
Octal22216617702315535251364
Binary100100101110110111111101001111011010111010101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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