#916F7A

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

Shades of Venus #916F7A

Tints of Venus #916F7A

Color information

#916F7A (or 0x916F7A) is unknown color: approx Venus. HEX triplet: 91, 6F and 7A. RGB value is (145,111,122). Sum of RGB (Red+Green+Blue) = 145+111+122=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #916F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F7A is #6E9085. Grayscale: #7A7A7A. Windows color (decimal): -7245958 or 8023953. OLE color: 8023953.

HSL color Cylindrical-coordinate representation of color #916F7A: hue angle of 340.59º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F7A is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB145111122-
CMYK00.230.160.43
HSL340.59º13.39%50.2%-
HSV(B)340.59º23.45%56.86%-
XYZ20.8718.7920.94-
YUV122.42127.76144.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=38.36%
G=29.37%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511112200.230.160.43340.5913.3950.2
Hex916F7A017102B155d32
Octal22115717202720535251562
Binary1001000111011111111010010111100001010111010101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916F7A; }

 p { color: rgb(145,111,122); }

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

<style>
 a { background-color: #916F7A; }

 a { background-color: rgb(145,111,122); }

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

<style>
 span { border-color: #916F7A; }

 span { border-color: rgb(145,111,122); }

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