#997785

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

Shades of Venus #997785

Tints of Venus #997785

Color information

#997785 (or 0x997785) is unknown color: approx Venus. HEX triplet: 99, 77 and 85. RGB value is (153,119,133). Sum of RGB (Red+Green+Blue) = 153+119+133=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #997785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997785 is #66887A. Grayscale: #828282. Windows color (decimal): -6719611 or 8746905. OLE color: 8746905.

HSL color Cylindrical-coordinate representation of color #997785: hue angle of 335.29º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997785 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB153119133-
CMYK00.220.130.4
HSL335.29º14.29%53.33%-
HSV(B)335.29º22.22%60%-
XYZ23.9721.6625.11-
YUV130.76129.26143.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=37.78%
G=29.38%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311913300.220.130.4335.2914.2953.33
Hex997785016D2814fe35
Octal23116720502615505171665
Binary1001100111101111000010101011011011010001010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997785; }

 p { color: rgb(153,119,133); }

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

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

 a { background-color: rgb(153,119,133); }

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

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

 span { border-color: rgb(153,119,133); }

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