#91727F

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

Shades of Venus #91727F

Tints of Venus #91727F

Color information

#91727F (or 0x91727F) is unknown color: approx Venus. HEX triplet: 91, 72 and 7F. RGB value is (145,114,127). Sum of RGB (Red+Green+Blue) = 145+114+127=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #91727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91727F is #6E8D80. Grayscale: #7C7C7C. Windows color (decimal): -7245185 or 8352401. OLE color: 8352401.

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

Color convert

RGB145114127-
CMYK00.210.120.43
HSL334.84º12.35%50.78%-
HSV(B)334.84º21.38%56.86%-
XYZ21.5319.5922.72-
YUV124.75129.27142.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 127 (50% from 255) = 32.90%
R=37.56%
G=29.53%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511412700.210.120.43334.8412.3550.78
Hex91727F015C2B14fc33
Octal22116217702514535171463
Binary100100011110010111111101010111001010111010011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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