#94777F

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

Shades of Venus #94777F

Tints of Venus #94777F

Color information

#94777F (or 0x94777F) is unknown color: approx Venus. HEX triplet: 94, 77 and 7F. RGB value is (148,119,127). Sum of RGB (Red+Green+Blue) = 148+119+127=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #94777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94777F is #6B8880. Grayscale: #808080. Windows color (decimal): -7047297 or 8353684. OLE color: 8353684.

HSL color Cylindrical-coordinate representation of color #94777F: hue angle of 343.45º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94777F is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148119127-
CMYK00.200.140.42
HSL343.45º11.93%52.35%-
HSV(B)343.45º19.59%58.04%-
XYZ22.6421.0222.94-
YUV128.58127.11141.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 127 (50% from 255) = 32.23%
R=37.56%
G=30.20%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811912700.200.140.42343.4511.9352.35
Hex94777F014E2A157c34
Octal22416717702416525271464
Binary100101001110111111111101010011101010101010101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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