#91727C

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

Shades of Venus #91727C

Tints of Venus #91727C

Color information

#91727C (or 0x91727C) is unknown color: approx Venus. HEX triplet: 91, 72 and 7C. RGB value is (145,114,124). Sum of RGB (Red+Green+Blue) = 145+114+124=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #91727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91727C is #6E8D83. Grayscale: #7C7C7C. Windows color (decimal): -7245188 or 8155793. OLE color: 8155793.

HSL color Cylindrical-coordinate representation of color #91727C: hue angle of 340.65º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91727C is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB145114124-
CMYK00.210.140.43
HSL340.65º12.35%50.78%-
HSV(B)340.65º21.38%56.86%-
XYZ21.3319.5121.71-
YUV124.41127.77142.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=37.86%
G=29.77%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511412400.210.140.43340.6512.3550.78
Hex91727C015E2B155c33
Octal22116217402516535251463
Binary100100011110010111110001010111101010111010101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,114,124); }

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

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

 a { background-color: rgb(145,114,124); }

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

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

 span { border-color: rgb(145,114,124); }

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