#91767F

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

Shades of Venus #91767F

Tints of Venus #91767F

Color information

#91767F (or 0x91767F) is unknown color: approx Venus. HEX triplet: 91, 76 and 7F. RGB value is (145,118,127). Sum of RGB (Red+Green+Blue) = 145+118+127=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #91767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91767F is #6E8980. Grayscale: #7F7F7F. Windows color (decimal): -7244161 or 8353425. OLE color: 8353425.

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

Color convert

RGB145118127-
CMYK00.190.120.43
HSL340º10.93%51.57%-
HSV(B)340º18.62%56.86%-
XYZ21.9920.5122.88-
YUV127.1127.95140.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.18%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 127 (50% from 255) = 32.56%
R=37.18%
G=30.26%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511812700.190.120.4334010.9351.57
Hex91767F013C2B154b34
Octal22116617702314535241364
Binary100100011110110111111101001111001010111010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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