#92797C

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

Shades of Venus #92797C

Tints of Venus #92797C

Color information

#92797C (or 0x92797C) is unknown color: approx Venus. HEX triplet: 92, 79 and 7C. RGB value is (146,121,124). Sum of RGB (Red+Green+Blue) = 146+121+124=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #92797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92797C is #6D8683. Grayscale: #808080. Windows color (decimal): -7177860 or 8157586. OLE color: 8157586.

HSL color Cylindrical-coordinate representation of color #92797C: hue angle of 352.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92797C is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB146121124-
CMYK00.170.150.43
HSL352.8º10.29%52.35%-
HSV(B)352.8º17.12%57.25%-
XYZ22.3321.2421.99-
YUV128.82125.28140.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=37.34%
G=30.95%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612112400.170.150.43352.810.2952.35
Hex92797C011F2B161a34
Octal22217117402117535411264
Binary100100101111001111110001000111111010111011000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92797C; }

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

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

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

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

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

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

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

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