#94787D

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

Shades of Venus #94787D

Tints of Venus #94787D

Color information

#94787D (or 0x94787D) is unknown color: approx Venus. HEX triplet: 94, 78 and 7D. RGB value is (148,120,125). Sum of RGB (Red+Green+Blue) = 148+120+125=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #94787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94787D is #6B8782. Grayscale: #808080. Windows color (decimal): -7047043 or 8222868. OLE color: 8222868.

HSL color Cylindrical-coordinate representation of color #94787D: hue angle of 349.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94787D is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148120125-
CMYK00.190.160.42
HSL349.29º11.57%52.55%-
HSV(B)349.29º18.92%58.04%-
XYZ22.6321.2122.3-
YUV128.94125.78141.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=37.66%
G=30.53%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812012500.190.160.42349.2911.5752.55
Hex94787D013102A15dc35
Octal22417017502320525351465
Binary1001010011110001111101010011100001010101010111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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