#91797F

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

Shades of Venus #91797F

Tints of Venus #91797F

Color information

#91797F (or 0x91797F) is unknown color: approx Venus. HEX triplet: 91, 79 and 7F. RGB value is (145,121,127). Sum of RGB (Red+Green+Blue) = 145+121+127=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #91797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91797F is #6E8680. Grayscale: #808080. Windows color (decimal): -7243393 or 8354193. OLE color: 8354193.

HSL color Cylindrical-coordinate representation of color #91797F: hue angle of 345º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91797F is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145121127-
CMYK00.170.120.43
HSL345º9.84%52.16%-
HSV(B)345º16.55%56.86%-
XYZ22.3521.2323-
YUV128.86126.95139.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 127 (50% from 255) = 32.32%
R=36.90%
G=30.79%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512112700.170.120.433459.8452.16
Hex91797F011C2B159a34
Octal22117117702114535311264
Binary100100011111001111111101000111001010111010110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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