#94777E

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

Shades of Venus #94777E

Tints of Venus #94777E

Color information

#94777E (or 0x94777E) is unknown color: approx Venus. HEX triplet: 94, 77 and 7E. RGB value is (148,119,126). Sum of RGB (Red+Green+Blue) = 148+119+126=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #94777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94777E is #6B8881. Grayscale: #808080. Windows color (decimal): -7047298 or 8288148. OLE color: 8288148.

HSL color Cylindrical-coordinate representation of color #94777E: hue angle of 345.52º 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 #94777E is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB148119126-
CMYK00.200.150.42
HSL345.52º11.93%52.35%-
HSV(B)345.52º19.59%58.04%-
XYZ22.582122.6-
YUV128.47126.61141.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=37.66%
G=30.28%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811912600.200.150.42345.5211.9352.35
Hex94777E014F2A15ac34
Octal22416717602417525321464
Binary100101001110111111111001010011111010101010110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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