#92767B

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

Shades of Venus #92767B

Tints of Venus #92767B

Color information

#92767B (or 0x92767B) is unknown color: approx Venus. HEX triplet: 92, 76 and 7B. RGB value is (146,118,123). Sum of RGB (Red+Green+Blue) = 146+118+123=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #92767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92767B is #6D8984. Grayscale: #7E7E7E. Windows color (decimal): -7178629 or 8091282. OLE color: 8091282.

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

Color convert

RGB146118123-
CMYK00.190.160.43
HSL349.29º11.38%51.76%-
HSV(B)349.29º19.18%57.25%-
XYZ21.9120.521.54-
YUV126.94125.78141.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=37.73%
G=30.49%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611812300.190.160.43349.2911.3851.76
Hex92767B013102B15db34
Octal22216617302320535351364
Binary1001001011101101111011010011100001010111010111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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