#91767E

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

Shades of Venus #91767E

Tints of Venus #91767E

Color information

#91767E (or 0x91767E) is unknown color: approx Venus. HEX triplet: 91, 76 and 7E. RGB value is (145,118,126). Sum of RGB (Red+Green+Blue) = 145+118+126=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #91767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91767E is #6E8981. Grayscale: #7E7E7E. Windows color (decimal): -7244162 or 8287889. OLE color: 8287889.

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

Color convert

RGB145118126-
CMYK00.190.130.43
HSL342.22º10.93%51.57%-
HSV(B)342.22º18.62%56.86%-
XYZ21.9220.4822.54-
YUV126.98127.45140.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.28%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=37.28%
G=30.33%
B=32.39%

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
Decimal14511812600.190.130.43342.2210.9351.57
Hex91767E013D2B156b34
Octal22116617602315535261364
Binary100100011110110111111001001111011010111010101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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