#92767E

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

Shades of Venus #92767E

Tints of Venus #92767E

Color information

#92767E (or 0x92767E) is unknown color: approx Venus. HEX triplet: 92, 76 and 7E. RGB value is (146,118,126). Sum of RGB (Red+Green+Blue) = 146+118+126=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #92767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92767E is #6D8981. Grayscale: #7F7F7F. Windows color (decimal): -7178626 or 8287890. OLE color: 8287890.

HSL color Cylindrical-coordinate representation of color #92767E: hue angle of 342.86º 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 #92767E is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB146118126-
CMYK00.190.140.43
HSL342.86º11.38%51.76%-
HSV(B)342.86º19.18%57.25%-
XYZ22.120.5722.55-
YUV127.28127.28141.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=37.44%
G=30.26%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611812600.190.140.43342.8611.3851.76
Hex92767E013E2B157b34
Octal22216617602316535271364
Binary100100101110110111111001001111101010111010101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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