#94797F

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

Shades of Venus #94797F

Tints of Venus #94797F

Color information

#94797F (or 0x94797F) is unknown color: approx Venus. HEX triplet: 94, 79 and 7F. RGB value is (148,121,127). Sum of RGB (Red+Green+Blue) = 148+121+127=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #94797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94797F is #6B8680. Grayscale: #818181. Windows color (decimal): -7046785 or 8354196. OLE color: 8354196.

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

Color convert

RGB148121127-
CMYK00.180.140.42
HSL346.67º11.2%52.75%-
HSV(B)346.67º18.24%58.04%-
XYZ22.8821.523.02-
YUV129.76126.45141.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 127 (50% from 255) = 32.07%
R=37.37%
G=30.56%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812112700.180.140.42346.6711.252.75
Hex94797F012E2A15bb35
Octal22417117702216525331365
Binary100101001111001111111101001011101010101010110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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