#93787D

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

Shades of Venus #93787D

Tints of Venus #93787D

Color information

#93787D (or 0x93787D) is unknown color: approx Venus. HEX triplet: 93, 78 and 7D. RGB value is (147,120,125). Sum of RGB (Red+Green+Blue) = 147+120+125=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #93787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93787D is #6C8782. Grayscale: #808080. Windows color (decimal): -7112579 or 8222867. OLE color: 8222867.

HSL color Cylindrical-coordinate representation of color #93787D: hue angle of 348.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93787D is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB147120125-
CMYK00.180.150.42
HSL348.89º11.11%52.35%-
HSV(B)348.89º18.37%57.65%-
XYZ22.4521.1222.29-
YUV128.64125.95141.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=37.5%
G=30.61%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712012500.180.150.42348.8911.1152.35
Hex93787D012F2A15db34
Octal22317017502217525351364
Binary100100111111000111110101001011111010101010111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93787D; }

 p { color: rgb(147,120,125); }

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

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

 a { background-color: rgb(147,120,125); }

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

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

 span { border-color: rgb(147,120,125); }

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