#91727B

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

Shades of Venus #91727B

Tints of Venus #91727B

Color information

#91727B (or 0x91727B) is unknown color: approx Venus. HEX triplet: 91, 72 and 7B. RGB value is (145,114,123). Sum of RGB (Red+Green+Blue) = 145+114+123=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #91727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91727B is #6E8D84. Grayscale: #7C7C7C. Windows color (decimal): -7245189 or 8090257. OLE color: 8090257.

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

Color convert

RGB145114123-
CMYK00.210.150.43
HSL342.58º12.35%50.78%-
HSV(B)342.58º21.38%56.86%-
XYZ21.2719.4821.38-
YUV124.3127.27142.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=37.96%
G=29.84%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511412300.210.150.43342.5812.3550.78
Hex91727B015F2B157c33
Octal22116217302517535271463
Binary100100011110010111101101010111111010111010101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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